django1/django/db/backends/sqlite3
Sergey Fedoseev 4ce7d86cbe
Removed duplicated sqlite3 converter.
Converters typenames are case-insensitive. See
https://docs.python.org/3/library/sqlite3.html#sqlite3.register_converter.
2020-07-03 09:55:59 +02:00
..
__init__.py
base.py Removed duplicated sqlite3 converter. 2020-07-03 09:55:59 +02:00
client.py Fixed #29501 -- Allowed dbshell to pass options to underlying tool. 2020-04-14 14:02:51 +01:00
creation.py Fixed #30413 -- Fixed test database signature on SQLite when test database name is provided. 2019-11-21 19:50:24 +01:00
features.py Refs #31630 -- Removed DatabaseFeatures.can_introspect_autofield. 2020-06-04 08:27:46 +02:00
introspection.py Refs #30116 -- Simplified regex match group access with Match.__getitem__(). 2020-05-11 12:01:28 +02:00
operations.py Fixed #28925 -- Fixed durations-only expressions crash on SQLite and MySQL. 2020-06-30 07:04:55 +02:00
schema.py Refs #30591 -- Adjusted table rebuild for non-pk relationship on SQLite. 2020-04-21 08:37:47 +02:00