django1/django/db/backends/sqlite3
Mihail Milushev bf5382c6e5 Fixed #22234 -- Replaced OS-specific code with subprocess.call() in dbshell.
This fixes escaping of special characters on Windows.
2014-08-04 09:21:03 -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 Fixed #23074 -- Avoided leaking savepoints in atomic. 2014-07-28 14:30:41 +02:00
client.py Fixed #22234 -- Replaced OS-specific code with subprocess.call() in dbshell. 2014-08-04 09:21:03 -04:00
creation.py Fixed #20550 -- Added ability to preserve test db between runs 2014-05-28 16:22:46 +01:00
introspection.py Fixed #22744 -- Fixed sqlite3 get_relations introspection with views 2014-06-01 22:03:33 +02:00
schema.py Fixed #23030 -- Properly handled geometry columns metadata during migrations 2014-07-23 12:10:23 +02:00