Anže Pečar
|
a0204ac183
Fixed #29280 -- Made the transactions behavior configurable on SQLite.
|
1 year ago |
Mariusz Felisiak
|
dd45d5223b
Fixed ResourceWarning from unclosed SQLite connection on Python 3.13+.
|
1 year ago |
Mariusz Felisiak
|
2b582387d5
Fixed #34760 -- Dropped support for SQLite < 3.27.
|
1 year ago |
David Smith
|
097e3a70c1
Refs #33476 -- Applied Black's 2023 stable style.
|
2 years ago |
Mariusz Felisiak
|
95a101a690
Fixed #34201 -- Bumped minimum supported SQLite to 3.21.0.
|
2 years ago |
Nick Pope
|
847f46e9bf
Removed redundant QuerySet.all() calls in docs and tests.
|
3 years ago |
Hasan Ramezani
|
9ac3ef59f9
Fixed #33379 -- Added minimum database version checks.
|
3 years ago |
django-bot
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
3 years ago |
Mariusz Felisiak
|
74fd233b14
Fixed #32303 -- Bumped minimum supported SQLite to 3.9.0.
|
4 years ago |
Mariusz Felisiak
|
3b8857b51a
Corrected tests.backends.sqlite.tests.Tests.test_aggregation()'s docstring.
|
4 years ago |
Jon Dufresne
|
d6aff369ad
Refs #30116 -- Simplified regex match group access with Match.__getitem__().
|
4 years ago |
Taoup
|
cbb6531e5b
Fixed #31228 -- Reallowed aggregates to be used with multiple expressions and no DISTINCT on SQLite.
|
5 years ago |
Jon Dufresne
|
3259983f56
Fixed #31233 -- Closed database connections and cursors after use.
|
5 years ago |
Nick Pope
|
335c9c94ac
Simplified imports from django.db and django.contrib.gis.db.
|
5 years ago |
Jon Dufresne
|
77aa74cb70
Refs #29983 -- Added support for using pathlib.Path in all settings.
|
5 years ago |
Tim Graham
|
36300ef336
Fixed a failure when running tests on systems with SQLite < 3.8.3.
|
6 years ago |
Tim Graham
|
7444f32527
Refs #30055 -- Added a helpful error when SQLite is too old.
|
6 years ago |
Simon Charette
|
bc05547cd8
Fixed #28658 -- Added DISTINCT handling to the Aggregate class.
|
6 years ago |
Simon Charette
|
25a0781a16
Refs #29182 -- Corrected SQLite's supports_atomic_references_rename feature flag.
|
6 years ago |
Simon Charette
|
20f6f9eaa1
Renamed SQLite3 references to to SQLite.
|
6 years ago |
Simon Charette
|
894cb13779
Refs #29182 -- Stopped relying on legacy alter table semantic on SQLite 3.26+.
|
6 years ago |
Simon Charette
|
315357ad25
Fixed #30023 -- Prevented SQLite schema alterations while foreign key checks are enabled.
|
6 years ago |
Srinivas Reddy Thatiparthy
|
34d6bceec4
Fixed #29500 -- Fixed SQLite function crashes on null values.
|
6 years ago |
Simon Charette
|
095c1aaa89
Fixed #28849 -- Fixed referenced table and column rename on SQLite.
|
7 years ago |
Jon Dufresne
|
7a6fbf36b1
Fixed #28853 -- Updated connection.cursor() uses to use a context manager.
|
7 years ago |
Simon Charette
|
9d93dff333
Fixed #28665 -- Change some database exceptions to NotImplementedError per PEP 249.
|
7 years ago |
Tim Graham
|
d0c761d3f8
Refs #28584 -- Removed unused DatabaseFeatures.can_share_in_memory_db.
|
7 years ago |
Mariusz Felisiak
|
8cb1b1fd8e
Reorganized backends tests.
|
8 years ago |