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
/
django
/
db
/
backends
/
sqlite3
/
operations.py
Age
Commit message (
Expand
)
Author
2026-02-12
Improved error message in SQLite `DatabaseOperations.check_expression_support...
Adam Johnson
2026-02-12
Optimized SQLite `DatabaseOperations.check_expression_support()`.
Adam Johnson
2026-01-28
Fixed #36233 -- Avoided quantizing integers stored in DecimalField on SQLite.
Samriddha9619
2026-01-16
Refs #36822 -- Hoisted bulk_batch_size() implementations to base backend.
JaeHyuck Sa
2025-11-07
Fixed #36420 -- Used actual SQLite limits in last_executed_query() quoting.
myoungjinGo
2025-08-28
Refs #27222 -- Implemented BaseDatabaseOperations.return_insert_columns()/fet...
Simon Charette
2025-08-21
Fixed #36430 -- Removed artificially low limit on single field bulk operation...
Jacob Walls
2025-05-14
Fixed #36085 -- Added JSONField support for negative array indexing on SQLite.
savanto
2025-05-08
Fixed #36143 -- Made max_query_params respect SQLITE_LIMIT_VARIABLE_NUMBER.
Sage Abdullah
2025-03-31
Refs #28909 -- Simplified code using unpacking generalizations.
Aarni Koskela
2025-01-29
Fixed #36118 -- Accounted for multiple primary keys in bulk_update max_batch_...
Sarah Boyce
2024-03-14
Refs #35295 -- Added BaseDatabaseOperations.bulk_insert_sql().
Mariusz Felisiak
2024-01-16
Fixed #35111 -- Fixed compilation of DateField __in/__range rhs on SQLite and...
Simon Charette
2023-11-13
Fixed #34967 -- Fixed queryset crash when grouping by constants on SQLite < 3...
David Sanders
2023-03-08
Fixed #34370 -- Added integer fields validation as 64-bit on SQLite.
nabil-rady
2022-11-04
Removed obsolete references to pysqlite.
Nick Pope
2022-07-06
Refs CVE-2022-34265 -- Properly escaped Extract() and Trunc() parameters.
Simon Charette
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-01-24
Fixed #33460 -- Used VALUES clause for insert in bulk on SQLite.
Keryn Knight
2022-01-19
Fixed #31685 -- Added support for updating conflicts to QuerySet.bulk_create().
sean_c_hsu
2021-04-20
Refs #25287 -- Added support for multiplying and dividing DurationField by sc...
Tobias Bengfort
2021-04-07
Fixed #32501 -- Added support for returning fields from INSERT statements on ...
girishsontakke
2021-03-23
Fixed #32483 -- Fixed QuerySet.values()/values_list() on JSONField key transf...
Mariusz Felisiak
2021-01-14
Refs #31369 -- Removed models.NullBooleanField per deprecation timeline.
Mariusz Felisiak
2020-10-14
Fixed #31640 -- Made Trunc() truncate datetimes to Date/TimeField in a specif...
David-Wobrock
2020-06-30
Fixed #28925 -- Fixed durations-only expressions crash on SQLite and MySQL.
Sergey Fedoseev
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-03-25
Fixed #31396 -- Added binary XOR operator to F expressions.
Hannes Ljungberg
2020-02-18
Fixed #31228 -- Reallowed aggregates to be used with multiple expressions and...
Taoup
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2020-01-03
Fixed #31133 -- Fixed crash when subtracting against a subquery annotation.
Simon Charette
2019-10-15
Fixed #30859 -- Fixed DatabaseFeatures.supports_aggregate_filter_clause on SQ...
Mariusz Felisiak
2019-04-24
Removed unnecessary assignments in various code.
Jon Dufresne
2019-04-08
Fixed #28373 -- Used connection timezone instead of UTC when making dates tim...
can
2019-01-09
Fixed #28658 -- Added DISTINCT handling to the Aggregate class.
Simon Charette
2018-12-26
Refs #30054, #20483 -- Cached SQLite references graph retrieval on sql_flush().
Simon Charette
2018-12-22
Fixed #30054 -- Implemented cascaded flush on SQLite.
Simon Charette
2018-08-03
Fixed #28668 -- Allowed QuerySet.bulk_create() to ignore insert conflicts.
Tom
2018-07-05
Refs #28643 -- Added math database functions.
Junyi Jiao
2018-04-19
Fixed #28574 -- Added QuerySet.explain().
Tom
2018-01-04
Refs #28459 -- Improved performance of duration expressions on SQLite.
Sergey Fedoseev
2017-12-26
Refs #28459 -- Improved performance of loading DecimalField on SQLite.
Sergey Fedoseev
2017-12-21
Refs #23941 -- Prevented incorrect rounding of DecimalField annotations on SQ...
Sergey Fedoseev
2017-12-19
Fixed #28727 -- Fixed Cast crash on SQLite when casting a Python date/datetim...
Mariusz Felisiak
2017-12-12
Fixed #28915 -- Prevented SQLite from truncating trailing zeros in the fracti...
Sergey Fedoseev
2017-10-06
Fixed #28665 -- Change some database exceptions to NotImplementedError per PE...
Simon Charette
2017-09-07
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-08-10
Refs #28459 -- Improved performance of loading DecimalField on SQLite.
Sergey Fedoseev
[next]