django1/django/db/backends
Tim Graham 227d0c7365 Fixed #31183 -- Added a feature flag for "<db> only supports UNBOUNDED together with PRECEDING and FOLLOWING". 2020-01-20 20:03:35 +01:00
..
base Fixed #31183 -- Added a feature flag for "<db> only supports UNBOUNDED together with PRECEDING and FOLLOWING". 2020-01-20 20:03:35 +01:00
dummy Made DatabaseFeatures.uses_savepoints default to True. 2018-10-25 10:02:47 -04:00
mysql Changed re-raising an exception to use bare raise syntax where appropriate. 2020-01-20 11:44:28 +01:00
oracle Fixed #31133 -- Fixed crash when subtracting against a subquery annotation. 2020-01-03 10:35:08 +01:00
postgresql Fixed #31183 -- Added a feature flag for "<db> only supports UNBOUNDED together with PRECEDING and FOLLOWING". 2020-01-20 20:03:35 +01:00
sqlite3 Fixed #31133 -- Fixed crash when subtracting against a subquery annotation. 2020-01-03 10:35:08 +01:00
__init__.py Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00
ddl_references.py Fixed #30961 -- Fixed spaces in columns list SQL generated for indexes. 2019-11-08 08:52:47 +01:00
signals.py Fixed #13798 -- 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 Refs #28373 -- Stopped setting tzinfo in typecast_timestamp(). 2019-12-11 13:59:49 +01:00