summaryrefslogtreecommitdiff
path: root/tests/backends
Commit message (Expand)AuthorAgeFilesLines
* Refs #31117 -- Isolated backends.sqlite.test_creation.TestDbSignatureTests.Mariusz Felisiak2019-12-311-9/+7
* Fixed #30413 -- Fixed test database signature on SQLite when test database na...Farhaan Bukhsh2019-11-211-0/+18
* Fixed #25388 -- Added an option to allow disabling of migrations during test ...Jon Dufresne2019-11-201-1/+28
* Refs #29983 -- Added support for using pathlib.Path in all settings.Jon Dufresne2019-11-071-1/+17
* Refs #29444 -- Allowed returning multiple fields from INSERT statements on Po...Johannes Hoppe2019-09-092-26/+1
* Refs #30593 -- Fixed introspection of check constraints columns on MariaDB.Hasan Ramezani2019-07-301-5/+12
* Refs #30593 -- Added _parse_constraint_columns() hook to introspection on Mar...Hasan Ramezani2019-07-301-0/+22
* Fixed #30636 -- Fixed options ordering when cloning test database on MySQL.Yann Sionneau2019-07-161-0/+33
* Refs #29444 -- Added support for fetching a returned non-integer insert value...Johannes Hoppe2019-07-082-1/+26
* Fixed #30148 -- Logged COPY ... TO statements in connection.queries on Postgr...kingbuzzman2019-04-291-1/+14
* Added tests for queries log in CursorDebugWrapper.executemany().Mariusz Felisiak2019-04-291-3/+17
* Fixed typos in docs, comments, and exception messages.Ville Skyttä2019-04-181-1/+1
* Refs #20010 -- Unified DatabaseOperations.last_executed_query() on Oracle wit...Mariusz Felisiak2019-04-051-1/+31
* Fixed #30307 -- Fixed incorrect quoting of database user password when using ...msg2019-04-041-1/+1
* Fixed #30183 -- Added introspection of inline SQLite constraints.Paveł Tyślacki2019-03-131-0/+115
* Fixed a failure when running tests on systems with SQLite < 3.8.3.Tim Graham2019-02-211-1/+6
* Fixed #30193, Refs #28478 -- Avoided PostgreSQL connection health checks on i...Simon Charette2019-02-201-0/+6
* Fixed #30171 -- Fixed DatabaseError in servers tests.Jon Dufresne2019-02-141-43/+64
* Simplified test_cursor_var() by using str instead of Database.STRING.Mariusz Felisiak2019-02-121-2/+1
* Removed uneeded iter() calls with generator expression as argument.Sergey Fedoseev2019-02-091-4/+4
* Refs #30055 -- Added a helpful error when SQLite is too old.Tim Graham2019-01-281-0/+11
* Fixed #30117 -- Fixed SchemaEditor.quote_value() test for mysqlclient 1.4.0+.Mariusz Felisiak2019-01-191-1/+1
* Refs #28478 -- Prevented database feature based skipping on tests disallowing...Simon Charette2019-01-141-16/+17
* Fixed #28658 -- Added DISTINCT handling to the Aggregate class.Simon Charette2019-01-091-0/+12
* Fixed #30056 -- Added SQLite support for StdDev and Variance functions.Nick Pope2018-12-241-1/+0
* Refs #14204 -- Removed obsolete referential integrity comment for SQLite.Nick Pope2018-12-221-7/+2
* Refs #29182 -- Corrected SQLite's supports_atomic_references_rename feature f...Simon Charette2018-12-221-1/+5
* Renamed SQLite3 references to to SQLite.Simon Charette2018-12-221-2/+2
* Refs #29182 -- Stopped relying on legacy alter table semantic on SQLite 3.26+.Simon Charette2018-12-171-3/+3
* Fixed #30023 -- Prevented SQLite schema alterations while foreign key checks ...Simon Charette2018-12-151-17/+47
* Refs #30013 -- Fixed SchemaEditor.quote_value() test for mysqlclient 1.3.14+.Tim Graham2018-12-051-1/+2
* Switched TestCase to SimpleTestCase where possible in Django's tests.Tim Graham2018-11-271-2/+2
* Fixed #29949 -- Refactored db introspection identifier converters.Mariusz Felisiak2018-11-211-3/+3
* Added BaseDatabaseSchemaEditor._effective_default() to allow testing without ...Tim Graham2018-11-171-8/+5
* Fixed #29505 -- Removed SchemaEditor's calling of callable defaults.Tim Graham2018-11-171-0/+22
* Fixed #29788 -- Added support for Oracle Managed File (OMF) tablespaces.Mariusz Felisiak2018-11-131-0/+19
* Fixed #29827 -- Fixed reuse of test databases with --keepdb on MySQL.Sergey Fedoseev2018-10-251-0/+7
* Fixed #29813 -- Fixed DatabaseOperation test when run in isolation on MySQL.Jon Dufresne2018-10-021-2/+8
* Fixed #29500 -- Fixed SQLite function crashes on null values.Srinivas Reddy Thatiparthy2018-09-101-0/+16
* Refs #29015 -- Added database name to PostgreSQL database name too long excep...Jon Dufresne2018-08-171-3/+4
* Fixed #29613 -- Fixed --keepdb on PostgreSQL if the database exists and the u...Mariusz Felisiak2018-08-031-3/+10
* Refs #29548 -- Fixed non-GIS test failures on MariaDB.Tom Forbes2018-07-091-0/+2
* Fixed #29380 -- Added support for QuerySet.select_for_update()'s nowait and s...bakabiko2018-05-181-0/+13
* Fixed #29363 -- Added SimpleTestCase.assertWarnsMessage().Morgan Aubert2018-05-092-12/+11
* Fixed #29350 -- Fix get_primary_key_column() method in sqlite3 backendZackary Troop2018-04-281-0/+27
* Fixed #29015 -- Added an exception if the PostgreSQL database name is too long.priyanshsaxena2018-04-271-0/+13
* Refs #24791 -- Made PostgreSQL's nodb connection use first PostgresSQL db whe...Mariusz Felisiak2018-04-031-4/+9
* Fixed #29227 -- Allowed BooleanField to be null=True.Tim Graham2018-03-201-1/+1
* Fixed #29103 -- Removed bad 'b'-prefix added by MySQL's SchemaEditor.quote_va...Claude Paroz2018-03-171-0/+1
* Added tests for MySQL's SchemaEditor.quote_value().Claude Paroz2018-03-171-0/+18