index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
backends
/
sqlite3
Age
Commit message (
Expand
)
Author
2025-04-30
[5.2.x] Fixed #36358 -- Corrected introspection of composite primary keys on ...
Simon Charette
2025-04-30
[5.2.x] Refs #36052, #32234 -- Removed create_test_table_with_composite_prima...
Simon Charette
2025-02-11
[5.2.x] Refs #36148 -- Relied on a feature switch to define tuple lookups sup...
Simon Charette
2025-01-29
[5.2.x] Fixed #36118 -- Accounted for multiple primary keys in bulk_update ma...
Sarah Boyce
2025-01-10
Refs #36064 -- Added Model.has_db_default() to encapsulate NOT_PROVIDED checks.
Simon Charette
2024-12-16
Refs #35842 -- Fixed test_lookups_special_chars_double_quotes on SQLite 3.47+.
Sage Abdullah
2024-12-03
Refs #35842 -- Fixed handling of quotes in JSONField key lookups on Oracle.
Sage Abdullah
2024-11-29
Fixed #373 -- Added CompositePrimaryKey.
Bendeguz Csirmaz
2024-11-11
Fixed typo in django/db/backends/sqlite3/features.py.
Mariusz Felisiak
2024-09-17
Fixed #35762 -- Avoided unneeded quote_name() calls in SQLite introspection.
Claude Paroz
2024-09-16
Fixed #34887 -- Added support for unlimited models.CharField on SQLite.
saJaeHyukc
2024-04-29
Fixed #35412 -- Dropped support for SQLite < 3.31.
Mariusz Felisiak
2024-04-16
Fixed #35373 -- Fixed a crash when indexing a generated field on SQLite.
Simon Charette
2024-03-14
Fixed #28541 -- Fixed migrations crash when changing primary key on SQLite.
Ben Cail
2024-03-14
Refs #35295 -- Added BaseDatabaseOperations.bulk_insert_sql().
Mariusz Felisiak
2024-03-06
Fixed #35021 -- Fixed capturing queries when using client-side parameters bin...
Michail Chatzis
2024-02-16
Fixed #24018 -- Allowed setting pragma options on SQLite.
Aaron Linville
2024-02-15
Fixed #33037 -- Fixed Trunc() with offset timezones on MySQL, SQLite, Oracle.
Shafiya Adzhani
2024-01-30
Fixed #29280 -- Made the transactions behavior configurable on SQLite.
Anže Pečar
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2024-01-16
Fixed #35111 -- Fixed compilation of DateField __in/__range rhs on SQLite and...
Simon Charette
2023-11-30
Fixed #35006 -- Fixed migrations crash when altering Meta.db_table_comment on...
Mariusz Felisiak
2023-11-22
Fixed #34984 -- Skipped GeneratedFields when remaking tables on SQLite.
Sarah Boyce
2023-11-13
Fixed #34967 -- Fixed queryset crash when grouping by constants on SQLite < 3...
David Sanders
2023-11-02
Refs #31300 -- Allowed testing GeneratedField without collation.
Tim Graham
2023-10-30
Refs #29850 -- Added exclusion support to window frames.
Sarah Boyce
2023-09-25
Refs #34825 -- Made SQLite backend open source database in readonly mode when...
David Sanders
2023-09-18
Refs #27236 -- Removed Meta.index_together per deprecation timeline.
Mariusz Felisiak
2023-09-07
Fixed #31300 -- Added GeneratedField model field.
Jeremy Nauta
2023-08-20
Fixed DatabaseCreation.get_test_db_clone_settings() for empty database name o...
Mariusz Felisiak
2023-08-04
Fixed #34760 -- Dropped support for SQLite < 3.27.
Mariusz Felisiak
2023-05-12
Fixed #470 -- Added support for database defaults on fields.
Ian Foote
2023-05-09
Moved SQLite DatabaseSchemaEditor.add_field()'s comment to the correct line.
Mariusz Felisiak
2023-05-05
Refs #27236 -- Made more cosmetic edits to Meta.index_together deprecation.
Mariusz Felisiak
2023-03-08
Fixed #34370 -- Added integer fields validation as 64-bit on SQLite.
nabil-rady
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-01-18
Refs #34233 -- Referenced isocalendar() results by names not indexes.
Mariusz Felisiak
2023-01-18
Fixed #34233 -- Dropped support for Python 3.8 and 3.9.
Mariusz Felisiak
2023-01-17
Refs #32365 -- Removed support for pytz timezones per deprecation timeline.
Mariusz Felisiak
2022-12-08
Made inspectdb used Cursor.description.display_size for CharFields' max_length.
Mariusz Felisiak
2022-12-08
Fixed #34201 -- Bumped minimum supported SQLite to 3.21.0.
Mariusz Felisiak
2022-11-28
Refs #31169 -- Skipped test_get_test_db_clone_settings_not_supported on not i...
Mariusz Felisiak
2022-11-24
Used DatabaseFeatures.django_test_skips to skip AssertNumQueriesUponConnectio...
Christophe Baldy
2022-11-24
Fixed #29062 -- Prevented possibility of database lock when using LiveServerT...
baldychristophe
2022-11-17
Fixed #28987 -- Fixed altering ManyToManyField when changing to self-referent...
DevilsAutumn
2022-11-08
Used super().execute/executemany() in SQLiteCursorWrapper.
Nick Pope
2022-11-08
Fixed #10070 -- Added support for pyformat style parameters on SQLite.
Ryan Cheley
2022-11-04
Fixed #34138 -- Avoided table rebuild when adding inline m2m fields on SQLite.
Mariusz Felisiak
2022-11-04
Removed obsolete references to pysqlite.
Nick Pope
2022-11-01
Refs #33768 -- Fixed ordering compound queries by NULLs on SQLite < 3.30.
Simon Charette
[next]