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
2022-11-08
Fixed #10070 -- Added support for pyformat style parameters on SQLite.
Ryan Cheley
2022-11-07
Refs #33374 -- Adjusted full match condition handling.
Simon Charette
2022-11-07
Refs #17144 -- Removed support for grouping by primary key.
Simon Charette
2022-11-07
Fixed #31331 -- Switched MySQL to group by selected primary keys.
Simon Charette
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-10-25
Fixed DatabaseFeatures.supports_select_(intersection/difference) on MariaDB a...
Mariusz Felisiak
2022-10-06
Refs #33308 -- Enabled explicit GROUP BY and ORDER BY aliases.
Simon Charette
2022-10-05
Fixed #33768 -- Fixed ordering compound queries by nulls_first/nulls_last on ...
Simon Charette
2022-10-03
Fixed #34070 -- Added subsecond support to Now() on SQLite and MySQL.
Lily Foote
2022-10-03
Fixed #23353 -- Used "raise from" when raising TransactionManagementError.
David Wobrock
2022-10-01
Refs #34058 -- Fixed changing/deleting sequences when altering pre-Django 4.1...
Mariusz Felisiak
2022-09-29
Fixed #34058 -- Changed sequence types when altering pre-Django 4.1 auto fiel...
Mariusz Felisiak
2022-09-25
Fixed #34027 -- Fixed migrations crash when altering type of char/text fields...
David Sanders
2022-09-13
Fixed #33996 -- Fixed CheckConstraint validation on NULL values.
David Sanders
2022-09-13
Fixed #31335 -- Fixed removing composed composed Meta constraints/indexes on ...
Sergey Fursov
2022-09-12
Refs #31335 -- Added SchemaEditor._create_missing_fk_index() on MySQL.
Sergey Fursov
2022-09-07
Fixed #33982 -- Fixed migrations crash when adding model with ExclusionConstr...
James Beith
2022-09-06
Refs #33616 -- Updated BaseDatabaseWrapper.run_on_commit comment.
DevilsAutumn
2022-09-06
Fixed #33616 -- Allowed registering callbacks that can fail in transaction.on...
SirAbhi13
2022-08-29
Fixed #33960 -- Fixed migrations crash on SQLite < 3.26.
Mariusz Felisiak
2022-08-17
Fixed #33932 -- Fixed altering AutoFields to OneToOneField on PostgreSQL.
BenoƮt Vinot
2022-08-15
Refs #28333 -- Added partial support for filtering against window functions.
Simon Charette
2022-08-15
Fixed #33901 -- Skipped varchar_pattern_ops/text_pattern_ops index creation w...
Haolun Chai
2022-08-12
Fixed #33919 -- Fixed adding AutoFields on PostgreSQL.
Mariusz Felisiak
2022-08-08
Fixed #33899 -- Fixed migration crash when removing indexed field on SQLite 3...
Fiza Ashraf
2022-08-03
Fixed #33872 -- Deprecated django.contrib.postgres.fields.CIText/CICharField/...
Mariusz Felisiak
2022-08-02
Fixed #33881 -- Added support for database collations to ArrayField(Char/Text...
Mariusz Felisiak
2022-07-27
Fixed collation tests on MySQL 8.0.30+.
Mariusz Felisiak
2022-07-21
Stopped using default adapters/converters on SQLite backend.
Mariusz Felisiak
2022-07-18
Fixed #33854 -- Corrected the order of parameters in dbshell on PostgreSQL.
Jarrett Keifer
2022-07-09
Refs CVE-2022-34265 -- Unified DatabaseOperations._convert_*_to_tz() hook names.
Mariusz Felisiak
2022-07-08
Fixed #33718 -- Dropped support for MySQL 5.7.
Mariusz Felisiak
2022-07-06
Refs CVE-2022-34265 -- Properly escaped Extract() and Trunc() parameters.
Simon Charette
2022-07-05
Fixed #33815 -- Fixed last_executed_query() on Oracle when parameter names ov...
Mariusz Felisiak
2022-07-04
Fixed CVE-2022-34265 -- Protected Trunc(kind)/Extract(lookup_name) against SQ...
Mariusz Felisiak
2022-06-27
Refs #32786 -- Made query clear ordering when ordered combined queryset is us...
Mariusz Felisiak
2022-06-27
Refs #33713 -- Removed unnecessary skip for MariaDB 10.3.
Mariusz Felisiak
2022-06-27
Fixed #33796 -- Fixed ordered combined queryset crash when used in subquery o...
Mariusz Felisiak
2022-06-17
Fixed #28897 -- Fixed QuerySet.update() on querysets ordered by annotations.
David Wobrock
2022-06-17
Refs #28897 -- Added test for QuerySet.update() on querysets ordered by inlin...
David Wobrock
2022-06-13
Fixed #33773 -- Made Index with multiple fields respect DEFAULT_INDEX_TABLESP...
Bruce Cutler
2022-06-01
Fixed #32234 -- Made inspectdb inform about composite primary keys.
Anv3sh
2022-05-26
Fixed #23740 -- Fixed removing unique_together constraint if exists primary k...
David Wobrock
2022-05-26
Refs #23740 -- Added BaseDatabaseSchemaEditor._unique_constraint_name().
David Wobrock
2022-05-20
Fixed #33715 -- Allowed keyboard interrupt to abort queries in MySQL dbshell.
Hasan Ramezani
2022-05-19
Fixed #33717 -- Dropped support for PostgreSQL 11.
Mariusz Felisiak
[prev]
[next]