django1/django/db/backends/sqlite3
Mariusz Felisiak e361621dbc
Removed unneeded can_use_chunked_reads feature flag on SQLite.
Unneeded since c0e3c65b9d.
2021-11-25 20:08:46 +01:00
..
__init__.py MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00
base.py Fixed #33279 -- Fixed handling time zones with "-" sign in names. 2021-11-12 07:30:02 +01:00
client.py Fixed #32355 -- Dropped support for Python 3.6 and 3.7 2021-02-10 10:20:54 +01:00
creation.py Fixed #32582 -- Removed unnecessary dot in names of cloned test databases on SQLite. 2021-03-25 06:37:01 +01:00
features.py Removed unneeded can_use_chunked_reads feature flag on SQLite. 2021-11-25 20:08:46 +01:00
introspection.py Refs #33288 -- Removed SQLite's DatabaseIntrospection._get_foreign_key_constraints(). 2021-11-15 08:20:30 +01:00
operations.py Refs #25287 -- Added support for multiplying and dividing DurationField by scalar values on SQLite. 2021-04-20 11:44:41 +02:00
schema.py Refs #33288 -- Removed SQLite's DatabaseIntrospection._get_foreign_key_constraints(). 2021-11-15 08:20:30 +01:00