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
/
base.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #34201 -- Bumped minimum supported SQLite to 3.21.0.
Mariusz Felisiak
2022-12-08
1
-96
/
+46
*
Used super().execute/executemany() in SQLiteCursorWrapper.
Nick Pope
2022-11-08
1
-3
/
+3
*
Fixed #10070 -- Added support for pyformat style parameters on SQLite.
Ryan Cheley
2022-11-08
1
-8
/
+29
*
Removed obsolete references to pysqlite.
Nick Pope
2022-11-04
1
-2
/
+2
*
Fixed #33960 -- Fixed migrations crash on SQLite < 3.26.
Mariusz Felisiak
2022-08-29
1
-1
/
+1
*
Stopped using default adapters/converters on SQLite backend.
Mariusz Felisiak
2022-07-21
1
-1
/
+13
*
Fixed #33379 -- Added minimum database version checks.
Hasan Ramezani
2022-02-18
1
-12
/
+3
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
1
-96
/
+128
*
Refs #33355 -- Moved SQLite functions to separate module.
Adam Johnson
2021-12-23
1
-289
/
+4
*
Refs #33355 -- Optimized LPad() database function on SQLite.
Adam Johnson
2021-12-23
1
-2
/
+3
*
Refs #33355 -- Optimized Trunc() on SQLite by using f-strings.
Adam Johnson
2021-12-22
1
-16
/
+16
*
Refs #33355 -- Fixed Trunc() with years < 1000 on SQLite.
Adam Johnson
2021-12-13
1
-13
/
+13
*
Fixed #31765 -- Enforced enhanced ALTER TABLE behavior for SQLite connections.
Adam Johnson
2021-12-07
1
-0
/
+3
*
Fixed #33279 -- Fixed handling time zones with "-" sign in names.
Can Sarigol
2021-11-12
1
-8
/
+5
*
Removed DatabaseIntrospection.get_key_columns().
Mariusz Felisiak
2021-11-10
1
-2
/
+2
*
Fixed #28401 -- Allowed hashlib.md5() calls to work with FIPS kernels.
Ade Lee
2021-10-12
1
-1
/
+2
*
Fixed #32365 -- Made zoneinfo the default timezone implementation.
Carlton Gibson
2021-09-16
1
-5
/
+5
*
Refs #25287 -- Added support for multiplying and dividing DurationField by sc...
Tobias Bengfort
2021-04-20
1
-1
/
+6
*
Refs #25287 -- Added _sqlite_prepare_dtdelta_param() hook.
Tobias Bengfort
2021-04-20
1
-9
/
+19
*
Fixed typo in django/db/backends/sqlite3/base.py comment.
Chris Jerdonek
2021-02-23
1
-1
/
+1
*
Fixed #32355 -- Dropped support for Python 3.6 and 3.7
Mariusz Felisiak
2021-02-10
1
-11
/
+5
*
Refs #31369 -- Removed models.NullBooleanField per deprecation timeline.
Mariusz Felisiak
2021-01-14
1
-1
/
+0
*
Fixed #32303 -- Bumped minimum supported SQLite to 3.9.0.
Mariusz Felisiak
2020-12-30
1
-2
/
+4
*
Fixed #32158 -- Fixed loaddata crash on SQLite when table/column names are SQ...
Chinmoy Chakraborty
2020-12-28
1
-3
/
+8
*
Fixed #32201 -- Removed obsolete isort:skip's.
Seamus Quinn
2020-11-19
1
-6
/
+6
*
Fixed #31640 -- Made Trunc() truncate datetimes to Date/TimeField in a specif...
David-Wobrock
2020-10-14
1
-9
/
+13
*
Fixed #32060 -- Added Random database function.
Nick Pope
2020-10-02
1
-0
/
+4
*
Fixed #31836 -- Dropped support for JSONField __contains and __contained_by l...
Mariusz Felisiak
2020-07-28
1
-10
/
+0
*
Removed duplicated sqlite3 converter.
Sergey Fedoseev
2020-07-03
1
-1
/
+0
*
Fixed #12990, Refs #27694 -- Added JSONField model field.
sage
2020-05-08
1
-0
/
+12
*
Fixed #31030 -- Registered SQLite functions as deterministic on Python 3.8+.
Sergey Fedoseev
2020-04-06
1
-43
/
+51
*
Fixed #31396 -- Added binary XOR operator to F expressions.
Hannes Ljungberg
2020-03-25
1
-0
/
+1
*
Fixed #31233 -- Closed database connections and cursors after use.
Jon Dufresne
2020-02-06
1
-2
/
+3
*
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2020-02-04
1
-3
/
+3
*
Fixed #30987 -- Added models.PositiveBigIntegerField.
Caio Ariede
2019-11-19
1
-0
/
+2
*
Refs #29983 -- Added support for using pathlib.Path in all settings.
Jon Dufresne
2019-11-07
1
-1
/
+3
*
Fixed #30899 -- Lazily compiled import time regular expressions.
Hasan Ramezani
2019-10-29
1
-1
/
+2
*
Fixed #30821 -- Added ExtractIsoWeekYear database function and iso_week_day l...
Anatol Ulrich
2019-10-02
1
-0
/
+2
*
Fixed #30661 -- Added models.SmallAutoField.
Nick Pope
2019-08-02
1
-0
/
+2
*
Fixed #30451 -- Added ASGI handler and coroutine-safety.
Andrew Godwin
2019-06-20
1
-0
/
+3
*
Fixed #30128 -- Fixed handling timedelta timezone in database functions.
can
2019-06-13
1
-0
/
+8
*
Fixed #28373 -- Used connection timezone instead of UTC when making dates tim...
can
2019-04-08
1
-14
/
+16
*
Fixed #30271 -- Added the Sign database function.
Nick Pope
2019-03-22
1
-0
/
+1
*
Fixed #30240 -- Added SHA1, SHA224, SHA256, SHA384, and SHA512 database funct...
Nick Pope
2019-03-20
1
-0
/
+5
*
Refs #28643 -- Added MD5 database function.
Mariusz Felisiak
2019-02-21
1
-0
/
+2
*
Refs #30055 -- Added a helpful error when SQLite is too old.
Tim Graham
2019-01-28
1
-0
/
+7
*
Refs #28643 -- Added Reverse database function.
Nick Pope
2019-01-12
1
-0
/
+1
*
Fixed #30056 -- Added SQLite support for StdDev and Variance functions.
Nick Pope
2018-12-24
1
-0
/
+13
*
Refs #29928 -- Added supports_pragma_foreign_key_check SQLite feature flag.
Simon Charette
2018-12-22
1
-1
/
+1
*
Renamed SQLite3 references to to SQLite.
Simon Charette
2018-12-22
1
-1
/
+1
[next]