index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
backends
/
sqlite3
/
operations.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #34370 -- Added integer fields validation as 64-bit on SQLite.
nabil-rady
2023-03-08
1
-2
/
+9
*
Removed obsolete references to pysqlite.
Nick Pope
2022-11-04
1
-3
/
+1
*
Refs CVE-2022-34265 -- Properly escaped Extract() and Trunc() parameters.
Simon Charette
2022-07-06
1
-24
/
+24
*
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
1
-2
/
+5
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
1
-77
/
+106
*
Fixed #33460 -- Used VALUES clause for insert in bulk on SQLite.
Keryn Knight
2022-01-24
1
-4
/
+3
*
Fixed #31685 -- Added support for updating conflicts to QuerySet.bulk_create().
sean_c_hsu
2022-01-19
1
-2
/
+21
*
Refs #25287 -- Added support for multiplying and dividing DurationField by sc...
Tobias Bengfort
2021-04-20
1
-1
/
+1
*
Fixed #32501 -- Added support for returning fields from INSERT statements on ...
girishsontakke
2021-04-07
1
-0
/
+19
*
Fixed #32483 -- Fixed QuerySet.values()/values_list() on JSONField key transf...
Mariusz Felisiak
2021-03-23
1
-0
/
+3
*
Refs #31369 -- Removed models.NullBooleanField per deprecation timeline.
Mariusz Felisiak
2021-01-14
1
-1
/
+1
*
Fixed #31640 -- Made Trunc() truncate datetimes to Date/TimeField in a specif...
David-Wobrock
2020-10-14
1
-5
/
+13
*
Fixed #28925 -- Fixed durations-only expressions crash on SQLite and MySQL.
Sergey Fedoseev
2020-06-30
1
-4
/
+0
*
Fixed #31479 -- Added support to reset sequences on SQLite.
Jon Dufresne
2020-04-21
1
-3
/
+23
*
Fixed #31473 -- Made sql_flush() use RESTART IDENTITY to reset sequences on P...
Jon Dufresne
2020-04-17
1
-1
/
+1
*
Fixed #31396 -- Added binary XOR operator to F expressions.
Hannes Ljungberg
2020-03-25
1
-0
/
+2
*
Fixed #31228 -- Reallowed aggregates to be used with multiple expressions and...
Taoup
2020-02-18
1
-1
/
+5
*
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2020-02-04
1
-8
/
+7
*
Fixed #31133 -- Fixed crash when subtracting against a subquery annotation.
Simon Charette
2020-01-03
1
-2
/
+3
*
Fixed #30859 -- Fixed DatabaseFeatures.supports_aggregate_filter_clause on SQ...
Mariusz Felisiak
2019-10-15
1
-1
/
+1
*
Removed unnecessary assignments in various code.
Jon Dufresne
2019-04-24
1
-4
/
+3
*
Fixed #28373 -- Used connection timezone instead of UTC when making dates tim...
can
2019-04-08
1
-10
/
+12
*
Fixed #28658 -- Added DISTINCT handling to the Aggregate class.
Simon Charette
2019-01-09
1
-0
/
+5
*
Refs #30054, #20483 -- Cached SQLite references graph retrieval on sql_flush().
Simon Charette
2018-12-26
1
-18
/
+29
*
Fixed #30054 -- Implemented cascaded flush on SQLite.
Simon Charette
2018-12-22
1
-6
/
+21
*
Fixed #28668 -- Allowed QuerySet.bulk_create() to ignore insert conflicts.
Tom
2018-08-03
1
-0
/
+3
*
Refs #28643 -- Added math database functions.
Junyi Jiao
2018-07-05
1
-3
/
+3
*
Fixed #28574 -- Added QuerySet.explain().
Tom
2018-04-19
1
-0
/
+1
*
Refs #28459 -- Improved performance of duration expressions on SQLite.
Sergey Fedoseev
2018-01-04
1
-2
/
+2
*
Refs #28459 -- Improved performance of loading DecimalField on SQLite.
Sergey Fedoseev
2017-12-26
1
-10
/
+16
*
Refs #23941 -- Prevented incorrect rounding of DecimalField annotations on SQ...
Sergey Fedoseev
2017-12-21
1
-2
/
+7
*
Fixed #28727 -- Fixed Cast crash on SQLite when casting a Python date/datetim...
Mariusz Felisiak
2017-12-19
1
-0
/
+4
*
Fixed #28915 -- Prevented SQLite from truncating trailing zeros in the fracti...
Sergey Fedoseev
2017-12-12
1
-6
/
+3
*
Fixed #28665 -- Change some database exceptions to NotImplementedError per PE...
Simon Charette
2017-10-06
1
-1
/
+1
*
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-09-07
1
-4
/
+6
*
Refs #28459 -- Improved performance of loading DecimalField on SQLite.
Sergey Fedoseev
2017-08-10
1
-3
/
+6
*
Fixed #28371 -- Fixed Cast() with CharField if the max_length argument isn't ...
Mariusz Felisiak
2017-07-27
1
-0
/
+2
*
Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expre...
Tim Graham
2017-07-20
1
-6
/
+6
*
Fixed #14204 -- Enforced SQLite foreign key constraints.
Claude Paroz
2017-07-11
1
-3
/
+6
*
Fixed #28365 -- Unified DatabaseOperations.date_interval_sql() return value w...
Mariusz Felisiak
2017-07-06
1
-1
/
+1
*
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
2017-06-28
1
-5
/
+4
*
Fixed #28249 -- Removed unnecessary dict.keys() calls.
Jon Dufresne
2017-05-27
1
-2
/
+1
*
Refs #21160 -- Replaced DatabaseFeatures.supports_1000_query_parameters by a ...
Mariusz Felisiak
2017-03-24
1
-2
/
+6
*
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-28
1
-19
/
+6
*
Fixed #27802 -- Unified return value of db backend datetime SQL methods.
Mariusz Felisiak
2017-02-06
1
-6
/
+15
*
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-25
1
-2
/
+2
*
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
1
-3
/
+3
*
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-18
1
-2
/
+0
*
Fixed #27544 -- Fixed QuerySet.update(dt=F('dt') + timedelta) crash on SQLite.
Andrew Nester
2016-11-29
1
-1
/
+1
*
Fixed grammar in sqlite's DatabaseOperations.bulk_batch_size()'s docstring.
Daniel Hahler
2016-11-25
1
-2
/
+2
[next]