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
2022-02-08
[4.0.x] Refs #33476 -- Refactored code to strictly match 88 characters line l...
Mariusz Felisiak
2022-02-08
[4.0.x] Refs #33476 -- Reformatted code with Black.
django-bot
2021-11-12
[4.0.x] Fixed #33279 -- Fixed handling time zones with "-" sign in names.
Can Sarigol
2021-09-16
Fixed #32365 -- Made zoneinfo the default timezone implementation.
Carlton Gibson
2021-07-27
Fixed #32962 -- Consolidated string concatenations in BaseDatabaseSchemaEdito...
Chris Jerdonek
2021-05-25
Fixed #32780 -- Made Add/RemoveConstraint operations a noop for covering/defe...
Hannes Ljungberg
2021-04-20
Refs #25287 -- Added support for multiplying and dividing DurationField by sc...
Tobias Bengfort
2021-04-20
Refs #25287 -- Added _sqlite_prepare_dtdelta_param() hook.
Tobias Bengfort
2021-04-12
Fixed #32416 -- Made ThreadedWSGIServer close connections after each thread.
Chris Jerdonek
2021-04-07
Fixed #32501 -- Added support for returning fields from INSERT statements on ...
girishsontakke
2021-03-29
Fixed #31487 -- Added precision argument to Round().
Nick Pope
2021-03-25
Fixed #32582 -- Removed unnecessary dot in names of cloned test databases on ...
Girish Sontakke
2021-03-23
Fixed #32483 -- Fixed QuerySet.values()/values_list() on JSONField key transf...
Mariusz Felisiak
2021-02-23
Fixed #30916 -- Added support for functional unique constraints.
Hannes Ljungberg
2021-02-23
Fixed typo in django/db/backends/sqlite3/base.py comment.
Chris Jerdonek
2021-02-17
Fixed #32453 -- Added introspection of unique constraint field ordering on SQ...
Hannes Ljungberg
2021-02-10
Fixed #32355 -- Dropped support for Python 3.6 and 3.7
Mariusz Felisiak
2021-01-14
Refs #31369 -- Removed models.NullBooleanField per deprecation timeline.
Mariusz Felisiak
2021-01-14
Refs #26167 -- Changed default value of DatabaseFeatures.supports_expression_...
Hannes Ljungberg
2021-01-13
Fixed #26167 -- Added support for functional indexes.
Hannes Ljungberg
2020-12-30
Fixed #32303 -- Bumped minimum supported SQLite to 3.9.0.
Mariusz Felisiak
2020-12-28
Fixed #32158 -- Fixed loaddata crash on SQLite when table/column names are SQ...
Chinmoy Chakraborty
2020-12-10
Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...
Hasan Ramezani
2020-12-02
Fixed #32179 -- Added JSONObject database function.
Artur Beltsov
2020-11-25
Fixed #32224 -- Avoided suppressing connection errors in supports_json_field ...
Mariusz Felisiak
2020-11-19
Fixed #32201 -- Removed obsolete isort:skip's.
Seamus Quinn
2020-10-29
Refs #32061 -- Unified DatabaseClient.runshell() in db backends.
Simon Charette
2020-10-14
Fixed #31640 -- Made Trunc() truncate datetimes to Date/TimeField in a specif...
David-Wobrock
2020-10-02
Fixed #32060 -- Added Random database function.
Nick Pope
2020-09-21
Fixed #31777 -- Added support for database collations to Char/TextFields.
Tom Carrick
2020-08-13
Fixed #31825 -- Made RenameField operation a noop for fields with db_column.
Iuri de Silvio
2020-08-11
Fixed #21181 -- Added Collate database function.
Tom Carrick
2020-07-28
Fixed #31836 -- Dropped support for JSONField __contains and __contained_by l...
Mariusz Felisiak
2020-07-22
Fixed #31765 -- Disabled bundled SQLite renaming atomic references on macOS 1...
Tom Forbes
2020-07-03
Removed duplicated sqlite3 converter.
Sergey Fedoseev
2020-06-30
Fixed #28925 -- Fixed durations-only expressions crash on SQLite and MySQL.
Sergey Fedoseev
2020-06-04
Refs #31630 -- Removed DatabaseFeatures.can_introspect_autofield.
Tim Graham
2020-06-04
Fixed #31630 -- Replaced introspection features with DatabaseFeatures.introsp...
Hasan Ramezani
2020-05-11
Refs #30116 -- Simplified regex match group access with Match.__getitem__().
Jon Dufresne
2020-05-08
Fixed #12990, Refs #27694 -- Added JSONField model field.
sage
2020-04-21
Fixed #31479 -- Added support to reset sequences on SQLite.
Jon Dufresne
2020-04-21
Refs #30591 -- Adjusted table rebuild for non-pk relationship on SQLite.
Simon Charette
2020-04-21
Fixed #31064 -- Recreated auto-created many-to-many tables on primary key dat...
Simon Charette
2020-04-20
Stopped rebuilding referenced tables multiple times on SQLite alterations.
Simon Charette
2020-04-17
Fixed #31473 -- Made sql_flush() use RESTART IDENTITY to reset sequences on P...
Jon Dufresne
2020-04-14
Fixed #29501 -- Allowed dbshell to pass options to underlying tool.
Adam Johnson
2020-04-06
Fixed #31030 -- Registered SQLite functions as deterministic on Python 3.8+.
Sergey Fedoseev
2020-03-25
Fixed #31396 -- Added binary XOR operator to F expressions.
Hannes Ljungberg
2020-03-18
Fixed #31376 -- Optimized nulls ordering when possible on SQLite and MySQL.
Simon Charette
2020-02-18
Fixed #31228 -- Reallowed aggregates to be used with multiple expressions and...
Taoup
[next]