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
2019-03-15
[2.2.x] Fixed #30183 -- Added introspection of inline SQLite constraints.
Paveł Tyślacki
2019-03-15
[2.2.x] Refs #30183 -- Moved SQLite table constraint parsing to a method.
Paveł Tyślacki
2019-03-15
[2.2.x] Unified nonexistent foreign key introspection value for SQLite.
Paveł Tyślacki
2019-02-13
[2.2.x] Fixed #30184 -- Removed ellipsis characters from shell output strings.
Dan Davis
2019-01-28
[2.2.x] Refs #30055 -- Added a helpful error when SQLite is too old.
Tim Graham
2019-01-22
[2.2.x] Fixed #30115 -- Fixed SQLite introspection crash with a varchar prima...
Nick Pope
2019-01-12
Refs #28643 -- Added Reverse database function.
Nick Pope
2019-01-12
Fixed #30062 -- Added support for unique conditional constraints.
Paveł Tyślacki
2019-01-09
Fixed #28658 -- Added DISTINCT handling to the Aggregate class.
Simon Charette
2019-01-09
Refs #23748 -- Added AutoField introspection for SQLite.
Nick Pope
2019-01-01
Fixed #30060 -- Moved SQL generation for indexes and constraints to SchemaEdi...
Paveł Tyślacki
2018-12-26
Refs #29547 -- Skipped an unsupported partial index test on older versions of...
Tim Graham
2018-12-26
Refs #30054, #20483 -- Cached SQLite references graph retrieval on sql_flush().
Simon Charette
2018-12-24
Fixed #30056 -- Added SQLite support for StdDev and Variance functions.
Nick Pope
2018-12-22
Renamed Sqlite and Sqlite3 references to SQLite.
Nick Pope
2018-12-22
Fixed #30054 -- Implemented cascaded flush on SQLite.
Simon Charette
2018-12-22
Fixed #30055 -- Dropped support for SQLite < 3.8.3.
Tim Graham
2018-12-22
Refs #30033 -- Checked constraints before committing SQLite schema changes.
Simon Charette
2018-12-22
Refs #29928 -- Added supports_pragma_foreign_key_check SQLite feature flag.
Simon Charette
2018-12-22
Refs #29928 -- Corrected SQLite's can_defer_constraint_checks feature flag.
Simon Charette
2018-12-22
Refs #29182 -- Corrected SQLite's supports_atomic_references_rename feature f...
Simon Charette
2018-12-22
Refs #29547 -- Corrected SQLite's supports_partial_indexes feature flag.
Simon Charette
2018-12-22
Renamed SQLite3 references to to SQLite.
Simon Charette
2018-12-17
Fixed #29928 -- Enabled deferred constraint checks on SQLite 3.20+.
Simon Charette
2018-12-17
Refs #29182 -- Stopped relying on legacy alter table semantic on SQLite 3.26+.
Simon Charette
2018-12-17
Fixed #30033 -- Conformed to the recommended table alterations procedure on S...
Simon Charette
2018-12-17
Refs #29928 -- Implemented fast constraint checking on SQLite 3.20+.
Simon Charette
2018-12-15
Fixed #30023 -- Prevented SQLite schema alterations while foreign key checks ...
Simon Charette
2018-12-07
Fixed #29182 -- Fixed schema table alteration on SQLite 3.26+.
Simon Charette
2018-12-06
Fixed #29932 -- Fixed combining compound queries with sub-compound queries on...
Mariusz Felisiak
2018-11-13
Fixed #29641 -- Added support for unique constraints in Meta.constraints.
Simon Charette
2018-11-13
Refs #29641 -- Refactored database schema constraint creation.
Simon Charette
2018-10-29
Fixed #29547 -- Added support for partial indexes.
Mads Jensen
2018-10-29
Fixed #29868 -- Retained database constraints on SQLite table rebuilds.
Simon Charette
2018-10-27
Fixed #29763 -- Added support for column renaming on SQLite.
Hampus Dunström
2018-10-25
Refs #27025 -- Removed obsolete sqlite3 transaction management workaround for...
Tim Graham
2018-10-25
Removed useless check in sqlite's DatabaseWrapper._savepoint_allowed().
Tim Graham
2018-10-25
Made DatabaseFeatures.uses_savepoints default to True.
Tim Graham
2018-10-21
Fixed #29870 -- Added DurationField introspection for Oracle and PostgreSQL.
Mariusz Felisiak
2018-10-01
Fixed #29767 -- Made date-related casts work on SQLite
Claude Paroz
2018-09-26
Refs #29784 -- Switched to https:// links where available.
Jon Dufresne
2018-09-10
Fixed #29500 -- Fixed SQLite function crashes on null values.
Srinivas Reddy Thatiparthy
2018-09-10
Combined two identical SQLite functions.
Nick Pope
2018-09-10
Made some date parsing in SQLite functions more DRY.
Nick Pope
2018-08-22
Refs #29654 -- Replaced three dots with ellipsis character in output strings.
Claude Paroz
2018-08-18
Fixed #28649 -- Added ExtractIsoYear database function and iso_year lookup.
Sigurd Ljødal
2018-08-03
Fixed #28668 -- Allowed QuerySet.bulk_create() to ignore insert conflicts.
Tom
2018-07-25
Fixed #29563 -- Added result streaming for QuerySet.iterator() on SQLite.
Andrew Brown
2018-07-19
Fixed #29040 -- Made test database creation messages use a consistent output ...
Claude Paroz
2018-07-10
Fixed #11964 -- Added support for database check constraints.
Ian Foote
[next]