django1/django/db/backends/sqlite3
Mariusz Felisiak 4483a9b12f
Fixed #33960 -- Fixed migrations crash on SQLite < 3.26.
Regression in 0b95a96ee1.

Thanks Aristotelis Mikropoulos for the report.
2022-08-29 09:55:45 +02:00
..
__init__.py
_functions.py Fixed #33553 -- Used built-in math functions in SQLite 3.35+. 2022-03-02 10:10:48 +01:00
base.py Fixed #33960 -- Fixed migrations crash on SQLite < 3.26. 2022-08-29 09:55:45 +02:00
client.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
creation.py Fixed #31169 -- Adapted the parallel test runner to use spawn. 2022-03-15 16:23:55 +01:00
features.py Fixed #32234 -- Made inspectdb inform about composite primary keys. 2022-06-01 08:40:44 +02:00
introspection.py Fixed #32234 -- Made inspectdb inform about composite primary keys. 2022-06-01 08:40:44 +02:00
operations.py Refs CVE-2022-34265 -- Properly escaped Extract() and Trunc() parameters. 2022-07-06 07:40:07 +02:00
schema.py Fixed #33899 -- Fixed migration crash when removing indexed field on SQLite 3.35.5+. 2022-08-08 06:28:53 +02:00