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