django1/django/db/backends
Farhaan Bukhsh 664c98f1f8 Fixed -- Fixed test database signature on SQLite when test database name is provided.
Previously, the same signature was created for multiple in-memory
databases on SQLite when they had tests databases names
DATABASES['TEST']['NAME'].
2019-11-21 19:50:24 +01:00
..
base Fixed -- Added an option to allow disabling of migrations during test database creation. 2019-11-20 20:42:38 +01:00
dummy Made DatabaseFeatures.uses_savepoints default to True. 2018-10-25 10:02:47 -04:00
mysql Fixed -- Added models.PositiveBigIntegerField. 2019-11-19 09:34:11 +01:00
oracle Refs -- Moved conditional expression wrapping to the Exact lookup. 2019-11-21 11:56:35 +01:00
postgresql Fixed -- Added models.PositiveBigIntegerField. 2019-11-19 09:34:11 +01:00
sqlite3 Fixed -- Fixed test database signature on SQLite when test database name is provided. 2019-11-21 19:50:24 +01:00
__init__.py Fixed -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00
ddl_references.py Fixed -- Fixed spaces in columns list SQL generated for indexes. 2019-11-08 08:52:47 +01:00
signals.py Fixed -- Added connection argument to the connection_created signal. Thanks to liangent for the report, and Alex Gaynor for the patch. 2010-08-30 13:21:18 +00:00
utils.py Used time.monotonic() instead of time.time() where applicable. 2019-05-08 18:34:22 +02:00