index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
backends
/
sqlite
Age
Commit message (
Expand
)
Author
2025-12-22
[6.0.x] Fixed #36818 -- Ensured SQLite connection before accessing max_query_...
guro-Ishiguro
2025-08-21
Fixed #36430 -- Removed artificially low limit on single field bulk operation...
Jacob Walls
2025-07-29
Fixed #36531 -- Added forkserver support to parallel test runner.
Mariusz Felisiak
2025-05-08
Fixed #36143 -- Made max_query_params respect SQLITE_LIMIT_VARIABLE_NUMBER.
Sage Abdullah
2025-01-29
Fixed #36118 -- Accounted for multiple primary keys in bulk_update max_batch_...
Sarah Boyce
2024-04-29
Fixed #35412 -- Dropped support for SQLite < 3.31.
Mariusz Felisiak
2024-03-19
Fixed ResourceWarning from unclosed SQLite connection on Python 3.13+.
Mariusz Felisiak
2024-02-16
Fixed #24018 -- Allowed setting pragma options on SQLite.
Aaron Linville
2024-01-30
Fixed #29280 -- Made the transactions behavior configurable on SQLite.
Anže Pečar
2023-08-23
Fixed ResourceWarning from unclosed SQLite connection on Python 3.13+.
Mariusz Felisiak
2023-08-04
Fixed #34760 -- Dropped support for SQLite < 3.27.
Mariusz Felisiak
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2022-12-08
Fixed #34201 -- Bumped minimum supported SQLite to 3.21.0.
Mariusz Felisiak
2022-03-18
Fixed isolation of FeaturesTests.test_supports_json_field_operational_error().
Mariusz Felisiak
2022-03-15
Fixed #31169 -- Adapted the parallel test runner to use spawn.
David Smith
2022-02-22
Removed redundant QuerySet.all() calls in docs and tests.
Nick Pope
2022-02-18
Fixed #33379 -- Added minimum database version checks.
Hasan Ramezani
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-12-23
Refs #33355 -- Made trunc functions raise ValueError on invalid lookups on SQ...
Adam Johnson
2021-10-26
Fixed #32672 -- Fixed introspection of primary key constraints on SQLite.
Anv3sh
2021-03-25
Fixed #32582 -- Removed unnecessary dot in names of cloned test databases on ...
Girish Sontakke
2020-12-30
Fixed #32303 -- Bumped minimum supported SQLite to 3.9.0.
Mariusz Felisiak
2020-11-25
Fixed #32224 -- Avoided suppressing connection errors in supports_json_field ...
Mariusz Felisiak
2020-09-13
Corrected tests.backends.sqlite.tests.Tests.test_aggregation()'s docstring.
Mariusz Felisiak
2020-05-11
Refs #30116 -- Simplified regex match group access with Match.__getitem__().
Jon Dufresne
2020-04-21
Fixed #31479 -- Added support to reset sequences on SQLite.
Jon Dufresne
2020-04-17
Fixed #31473 -- Made sql_flush() use RESTART IDENTITY to reset sequences on P...
Jon Dufresne
2020-04-17
Added test coverage for DatabaseOperations.sql_flush().
Jon Dufresne
2020-02-18
Fixed #31228 -- Reallowed aggregates to be used with multiple expressions and...
Taoup
2020-02-06
Fixed #31233 -- Closed database connections and cursors after use.
Jon Dufresne
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2019-12-31
Refs #31117 -- Isolated backends.sqlite.test_creation.TestDbSignatureTests.
Mariusz Felisiak
2019-11-21
Fixed #30413 -- Fixed test database signature on SQLite when test database na...
Farhaan Bukhsh
2019-11-07
Refs #29983 -- Added support for using pathlib.Path in all settings.
Jon Dufresne
2019-03-13
Fixed #30183 -- Added introspection of inline SQLite constraints.
Paveł Tyślacki
2019-02-21
Fixed a failure when running tests on systems with SQLite < 3.8.3.
Tim Graham
2019-01-28
Refs #30055 -- Added a helpful error when SQLite is too old.
Tim Graham
2019-01-09
Fixed #28658 -- Added DISTINCT handling to the Aggregate class.
Simon Charette
2018-12-22
Refs #29182 -- Corrected SQLite's supports_atomic_references_rename feature f...
Simon Charette
2018-12-22
Renamed SQLite3 references to to SQLite.
Simon Charette
2018-12-17
Refs #29182 -- Stopped relying on legacy alter table semantic on SQLite 3.26+.
Simon Charette
2018-12-15
Fixed #30023 -- Prevented SQLite schema alterations while foreign key checks ...
Simon Charette
2018-09-10
Fixed #29500 -- Fixed SQLite function crashes on null values.
Srinivas Reddy Thatiparthy
2018-04-28
Fixed #29350 -- Fix get_primary_key_column() method in sqlite3 backend
Zackary Troop
2017-12-01
Fixed #28849 -- Fixed referenced table and column rename on SQLite.
Simon Charette
2017-11-28
Fixed #28853 -- Updated connection.cursor() uses to use a context manager.
Jon Dufresne
2017-10-06
Fixed #28665 -- Change some database exceptions to NotImplementedError per PE...
Simon Charette
2017-10-03
Refs #28584 -- Removed unused DatabaseFeatures.can_share_in_memory_db.
Tim Graham
2017-06-21
Reorganized backends tests.
Mariusz Felisiak