django1/django/db/backends/sqlite3
Tim Graham b74b6736d0
Refs #29547 -- Skipped an unsupported partial index test on older versions of SQLite.
Follow up to e5b8626c0e.
2018-12-26 11:20:11 -05:00
..
__init__.py
base.py Fixed #30056 -- Added SQLite support for StdDev and Variance functions. 2018-12-24 11:14:58 -05:00
client.py Fixed #26751 -- Made dbshell exit with the shell's error code. 2016-06-27 12:20:40 -04:00
creation.py Refs #29784 -- Switched to https:// links where available. 2018-09-26 08:48:47 +02:00
features.py Refs #29547 -- Skipped an unsupported partial index test on older versions of SQLite. 2018-12-26 11:20:11 -05:00
introspection.py Renamed Sqlite and Sqlite3 references to SQLite. 2018-12-22 18:52:54 -05:00
operations.py Refs #30054, #20483 -- Cached SQLite references graph retrieval on sql_flush(). 2018-12-26 09:19:44 -05:00
schema.py Refs #30033 -- Checked constraints before committing SQLite schema changes. 2018-12-22 15:26:46 -05:00