django1/django/db/backends
Hasan Ramezani e3fc9af4ab Refs -- Fixed introspection of check constraints columns on MariaDB. 2019-07-30 16:32:13 +02:00
..
base Fixed -- Added support for check constraints on MariaDB 10.2+. 2019-07-19 11:05:06 +02:00
dummy Made DatabaseFeatures.uses_savepoints default to True. 2018-10-25 10:02:47 -04:00
mysql Refs -- Fixed introspection of check constraints columns on MariaDB. 2019-07-30 16:32:13 +02:00
oracle Refs -- Added support for fetching a returned non-integer insert values on Oracle. 2019-07-08 08:53:08 +02:00
postgresql Fixed -- Made introspection use pg_table_is_visible() instead of filtering by public schema on PostgreSQL. 2019-07-22 08:14:53 +02:00
sqlite3 Fixed -- Added ASGI handler and coroutine-safety. 2019-06-20 12:29:43 +02:00
__init__.py Fixed -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00
ddl_references.py Fixed -- Added support for PostgreSQL opclasses in Index. 2018-06-29 17:00:28 -04: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