django1/django/db/backends/sqlite3
Simon Charette 894cb13779 Refs #29182 -- Stopped relying on legacy alter table semantic on SQLite 3.26+.
SQLite 3.26 changed the behavior of table and column renaming operations to
repoint foreign key references even if foreign key checks are disabled.

This makes the workarounds in place to simulate this behavior unnecessary on
SQLite 3.26+. Refs #30033.
2018-12-17 10:44:05 +01:00
..
__init__.py
base.py Refs #29928 -- Implemented fast constraint checking on SQLite 3.20+. 2018-12-17 10:44:05 +01: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 #29182 -- Stopped relying on legacy alter table semantic on SQLite 3.26+. 2018-12-17 10:44:05 +01:00
introspection.py Fixed #29641 -- Added support for unique constraints in Meta.constraints. 2018-11-13 17:57:27 -05:00
operations.py Fixed #28668 -- Allowed QuerySet.bulk_create() to ignore insert conflicts. 2018-08-03 17:40:46 -04:00
schema.py Refs #29182 -- Stopped relying on legacy alter table semantic on SQLite 3.26+. 2018-12-17 10:44:05 +01:00