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
2023-02-01
[4.2.x] Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2022-12-08
Made inspectdb used Cursor.description.display_size for CharFields' max_length.
Mariusz Felisiak
2022-12-08
Fixed #34201 -- Bumped minimum supported SQLite to 3.21.0.
Mariusz Felisiak
2022-11-28
Refs #31169 -- Skipped test_get_test_db_clone_settings_not_supported on not i...
Mariusz Felisiak
2022-11-24
Used DatabaseFeatures.django_test_skips to skip AssertNumQueriesUponConnectio...
Christophe Baldy
2022-11-24
Fixed #29062 -- Prevented possibility of database lock when using LiveServerT...
baldychristophe
2022-11-17
Fixed #28987 -- Fixed altering ManyToManyField when changing to self-referent...
DevilsAutumn
2022-11-08
Used super().execute/executemany() in SQLiteCursorWrapper.
Nick Pope
2022-11-08
Fixed #10070 -- Added support for pyformat style parameters on SQLite.
Ryan Cheley
2022-11-04
Fixed #34138 -- Avoided table rebuild when adding inline m2m fields on SQLite.
Mariusz Felisiak
2022-11-04
Removed obsolete references to pysqlite.
Nick Pope
2022-11-01
Refs #33768 -- Fixed ordering compound queries by NULLs on SQLite < 3.30.
Simon Charette
2022-10-31
Used more augmented assignment statements.
Nick Pope
2022-10-26
Refs #33173 -- Fixed destroying test databases when running tests in parallel...
Mariusz Felisiak
2022-08-29
Fixed #33960 -- Fixed migrations crash on SQLite < 3.26.
Mariusz Felisiak
2022-08-08
Fixed #33899 -- Fixed migration crash when removing indexed field on SQLite 3...
Fiza Ashraf
2022-07-21
Stopped using default adapters/converters on SQLite backend.
Mariusz Felisiak
2022-07-06
Refs CVE-2022-34265 -- Properly escaped Extract() and Trunc() parameters.
Simon Charette
2022-06-01
Fixed #32234 -- Made inspectdb inform about composite primary keys.
Anv3sh
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
[next]