django1/django/db/backends/sqlite3
Simon Charette 082c52dbed Refs #25774, #26348 -- Allowed Trunc functions to operate with time fields.
Thanks Josh for the amazing testing setup and Tim for the review.
2016-07-08 12:35:34 -04: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 Refs #25774, #26348 -- Allowed Trunc functions to operate with time fields. 2016-07-08 12:35:34 -04: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 #12118 -- Allowed "mode=memory" in SQLite test database names. 2015-10-06 12:32:05 -04:00
features.py Fixed #26781 -- Made table name case change a noop on SQLite. 2016-06-21 16:37:06 -04:00
introspection.py Refs #17785 -- Made docstring for sqlite3's get_relations() consistent with other backends. 2015-09-18 09:32:36 -04:00
operations.py Refs #25774, #26348 -- Allowed Trunc functions to operate with time fields. 2016-07-08 12:35:34 -04:00
schema.py Fixed #26841 -- Avoid remake tables for altering togethers in sqlite3 (#6888) 2016-07-06 10:03:47 +02:00