django1/django/db/backends
Mariusz Felisiak ba691933ce
Fixed #31836 -- Dropped support for JSONField __contains and __contained_by lookups on SQLite.
The current implementation works only for basic examples without
supporting nested structures and doesn't follow "the general principle
that the contained object must match the containing object as to
structure and data contents, possibly after discarding some
non-matching array elements or object key/value pairs from the
containing object".
2020-07-28 13:06:52 +02:00
..
base Fixed #31836 -- Dropped support for JSONField __contains and __contained_by lookups on SQLite. 2020-07-28 13:06:52 +02:00
dummy Made DatabaseFeatures.uses_savepoints default to True. 2018-10-25 10:02:47 -04:00
mysql Fixed #17653 -- Allowed using zero as AutoFields value on MySQL if NO_AUTO_VALUE_ON_ZERO SQL mode is enabled. 2020-07-20 09:48:31 +02:00
oracle Fixed #31836 -- Dropped support for JSONField __contains and __contained_by lookups on SQLite. 2020-07-28 13:06:52 +02:00
postgresql Refs #27996 -- Doc'd no extension required for RandomUUID() on PostgreSQL 13+. 2020-07-28 07:21:16 +02:00
sqlite3 Fixed #31836 -- Dropped support for JSONField __contains and __contained_by lookups on SQLite. 2020-07-28 13:06:52 +02: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 #31327 -- Deprecated providing_args argument for Signal. 2020-03-05 09:38:52 +01:00
utils.py Fixed a/an typos in "SQL" usage. 2020-05-06 06:35:26 +02:00