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-07-06
[4.1.x] Refs CVE-2022-34265 -- Properly escaped Extract() and Trunc() paramet...
Simon Charette
2022-05-02
Fixed #33413 -- Made migrations propage collations to related fields.
David Wobrock
2022-04-29
Fixed #33670 -- Fixed altering primary key on SQLite.
Mariusz Felisiak
2022-03-15
Fixed #31169 -- Adapted the parallel test runner to use spawn.
David Smith
2022-03-02
Fixed #33553 -- Used built-in math functions in SQLite 3.35+.
Nick Pope
2022-02-18
Fixed #33379 -- Added minimum database version checks.
Hasan Ramezani
2022-02-11
Refs #32502 -- Avoided table rebuild when removing fields on SQLite 3.35.5+.
Mariusz Felisiak
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
2022-01-04
Fixed #33408 -- Fixed adding nullable unique fields on SQLite.
Mariusz Felisiak
2021-12-27
Refs #29517 -- Removed obsolete PositiveIntegerField test skip.
Tim Graham
2021-12-23
Refs #33355 -- Constructed SQLite list aggregate types once.
Adam Johnson
2021-12-23
Refs #33355 -- Removed @none_guard from SQLite functions.
Adam Johnson
2021-12-23
Refs #33355 -- Made trunc functions raise ValueError on invalid lookups on SQ...
Adam Johnson
2021-12-23
Refs #33355 -- Moved SQLite functions to separate module.
Adam Johnson
2021-12-23
Refs #33355 -- Optimized LPad() database function on SQLite.
Adam Johnson
2021-12-22
Refs #33355 -- Optimized Trunc() on SQLite by using f-strings.
Adam Johnson
2021-12-13
Refs #33355 -- Fixed Trunc() with years < 1000 on SQLite.
Adam Johnson
2021-12-10
Refs #32502 -- Avoided table rebuild when adding fields with no default on SQ...
Mariusz Felisiak
2021-12-10
Fixed DatabaseFeatures.requires_literal_defaults on SQLite.
Mariusz Felisiak
2021-12-10
Refs #32502 -- Added SchemaEditor.prepare_default() on SQLite.
Mariusz Felisiak
2021-12-07
Fixed #31765 -- Enforced enhanced ALTER TABLE behavior for SQLite connections.
Adam Johnson
2021-11-25
Removed unneeded can_use_chunked_reads feature flag on SQLite.
Mariusz Felisiak
2021-11-15
Refs #33288 -- Removed SQLite's DatabaseIntrospection._get_foreign_key_constr...
Simon Charette
2021-11-15
Fixed #33288 -- Made SQLite introspection use information schema for relations.
Simon Charette
2021-11-15
Refs #33288 -- Made SQLite introspection raise DatabaseError on nonexistent t...
Simon Charette
2021-11-12
Fixed #33279 -- Fixed handling time zones with "-" sign in names.
Can Sarigol
2021-11-10
Removed DatabaseIntrospection.get_key_columns().
Mariusz Felisiak
2021-11-10
Fixed DatabaseIntrospection.get_relations() docstring.
Tim Graham
2021-11-02
Fixed #33224 -- Removed DatabaseFeatures.supports_mixed_date_datetime_compari...
Hasan Ramezani
2021-10-28
Fixed #33228 -- Changed value of BaseDatabaseFeatures.has_case_insensitive_li...
Chinmoy
2021-10-26
Fixed #32672 -- Fixed introspection of primary key constraints on SQLite.
Anv3sh
2021-10-12
Fixed #28401 -- Allowed hashlib.md5() calls to work with FIPS kernels.
Ade Lee
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
[next]