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
Age
Commit message (
Expand
)
Author
2019-10-24
[2.2.x] Fixed #30903 -- Fixed migrations crash on PostgreSQL when adding Inde...
Hannes Ljungberg
2019-04-30
[2.2.x] Fixed #30408 -- Fixed crash when adding check constraints with LIKE o...
Simon Charette
2019-04-05
[2.2.x] Fixed #30331 -- Added support for psycopg2 2.8.
Mariusz Felisiak
2019-04-04
[2.2.x] Fixed #30307 -- Fixed incorrect quoting of database user password whe...
msg
2019-03-29
[2.2.x] Removed unnecessary /static from links to PostgreSQL docs.
Nick Pope
2019-03-28
[2.2.x] Fixed "byte string" typo in various docs and comments.
Mariusz Felisiak
2019-03-18
[2.2.x] Fixed #30258 -- Adjusted postgres schema value quoting of ranges.
Simon Charette
2019-03-17
[2.2.x] Refs #30172 -- Prevented removing a model Meta's index/unique_togethe...
Paveł Tyślacki
2019-03-17
[2.2.x] Refs #30172 -- Prevented removing a field's check or unique constrain...
Paveł Tyślacki
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-20
[2.2.x] Fixed #30193, Refs #28478 -- Avoided PostgreSQL connection health che...
Simon Charette
2019-02-14
[2.2.x] Fixed #30171 -- Fixed DatabaseError in servers tests.
Jon Dufresne
2019-02-13
[2.2.x] Fixed #30184 -- Removed ellipsis characters from shell output strings.
Dan Davis
2019-02-07
[2.2.x] Updated Oracle docs links to Oracle 18c.
Mariusz Felisiak
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-14
Refs #28478 -- Prevented timezone assignment for unusable PostgreSQL connecti...
Simon Charette
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-12
Used None as the empty value for condition in Index's SQL construction.
Paveł Tyślacki
2019-01-10
Renamed variables after generalization of 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-09
Renamed import in MySQL introspection backend for consistency.
Nick Pope
2019-01-03
Fixed typo in django/db/backends/base/features.py.
Mariusz Felisiak
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 #20483 -- Cached Oracle references retrieval on sql_flush().
Simon Charette
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-10
Refs #28670 -- Fixed DatabaseFeatures.supports_slicing_ordering_in_compound o...
Mariusz Felisiak
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-12-06
Bumped mysqlclient requirement to >= 1.3.13.
Tim Graham
[next]