summaryrefslogtreecommitdiff
path: root/django/db/backends
AgeCommit message (Expand)Author
2022-08-01[4.1.x] Fixed collation tests on MySQL 8.0.30+.Mariusz Felisiak
2022-07-09[4.1.x] Refs CVE-2022-34265 -- Unified DatabaseOperations._convert_*_to_tz() ...Mariusz Felisiak
2022-07-06[4.1.x] Refs CVE-2022-34265 -- Properly escaped Extract() and Trunc() paramet...Simon Charette
2022-07-04[4.1.x] Fixed CVE-2022-34265 -- Protected Trunc(kind)/Extract(lookup_name) ag...Mariusz Felisiak
2022-06-27[4.1.x] Fixed #33796 -- Fixed ordered combined queryset crash when used in su...Mariusz Felisiak
2022-06-17[4.1.x] Fixed #28897 -- Fixed QuerySet.update() on querysets ordered by annot...David Wobrock
2022-06-17[4.1.x] Refs #28897 -- Added test for QuerySet.update() on querysets ordered ...David Wobrock
2022-06-13[4.1.x] Fixed #33773 -- Made Index with multiple fields respect DEFAULT_INDEX...Bruce Cutler
2022-05-26[4.1.x] Fixed #23740 -- Fixed removing unique_together constraint if exists p...David Wobrock
2022-05-26[4.1.x] Refs #23740 -- Added BaseDatabaseSchemaEditor._unique_constraint_name().David Wobrock
2022-05-17[4.1.x] Refs #33379 -- Fixed minimum supported version of MariaDB.Mariusz Felisiak
2022-05-12Refs #27064 -- Added RenameIndex migration operation.David Wobrock
2022-05-04Fixed #25105 -- Checked deferred constraints before updating rows on PostgreSQL.David Wobrock
2022-05-04Fixed #33675 -- Dropped support for PostgreSQL 10 and PostGIS 2.4.Mariusz Felisiak
2022-05-03Fixed #29854 -- Made _all_related_fields() return deterministically ordered f...Collin Anderson
2022-05-02Fixed #33413 -- Made migrations propage collations to related fields.David Wobrock
2022-04-29Refs #33671 -- Fixed migrations crash when adding collation to a primary key ...Mariusz Felisiak
2022-04-29Fixed #33670 -- Fixed altering primary key on SQLite.Mariusz Felisiak
2022-04-29Refs #33413 -- Added collation to CharField/TextField's db_parameters.David Wobrock
2022-04-18Fixed DatabaseFeatures.uses_savepoints/can_release_savepoints and related tes...Mariusz Felisiak
2022-04-14Expanded QuerySet.explain() error message if a backend supports no formats.Tim Graham
2022-04-14Removed unneeded code in explain_query_prefix()Tim Graham
2022-04-13Fixed #30511 -- Used identity columns instead of serials on PostgreSQL.Florian Apolloner
2022-04-13Fixed DatabaseFeatures.supports_index_column_ordering and related tests with ...Mariusz Felisiak
2022-04-12Fixed DatabaseFeatures.supports_expression_indexes on MySQL with MyISAM.Mariusz Felisiak
2022-04-11Removed DatabaseFeatures.validates_explain_options.Mariusz Felisiak
2022-04-11Fixed CVE-2022-28347 -- Protected QuerySet.explain(**options) against SQL inj...Mariusz Felisiak
2022-04-06Fixed #33471 -- Made AlterField operation a noop when changing "choices".sarahboyce
2022-03-29Updated Oracle docs links to Oracle 21c.Mariusz Felisiak
2022-03-24Refs #32365 -- Removed internal uses of utils.timezone.utc alias.Carlton Gibson
2022-03-22Refs #30581 -- Fixed DatabaseFeatures.bare_select_suffix on MySQL < 8 and Mar...Gagaro
2022-03-15Fixed #31169 -- Adapted the parallel test runner to use spawn.David Smith
2022-03-04Fixed #29865 -- Added logical XOR support for Q() and querysets.Ryan Heard
2022-03-04Refs #31169 -- Prevented infinite loop in tests on failures.Mariusz Felisiak
2022-03-02Fixed #33553 -- Used built-in math functions in SQLite 3.35+.Nick Pope
2022-02-26Fixed #33508 -- Fixed DatabaseFeatures.supports_index_column_ordering on Mari...Alokik Vijay
2022-02-23Refs #31169 -- Added DatabaseCreation.setup_worker_connection() hook.Valz
2022-02-22Refs #33517 -- Prevented __second lookup from returning fractional seconds on...nabil-rady
2022-02-18Fixed #33379 -- Added minimum database version checks.Hasan Ramezani
2022-02-11Refs #32502 -- Avoided table rebuild when removing fields on SQLite 3.35.5+.Mariusz Felisiak
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2022-02-03Refs #33476 -- Refactored problematic code before reformatting by Black.Mariusz Felisiak
2022-01-27Fixed #33462 -- Fixed migration crash when altering type of primary key with ...Mariusz Felisiak
2022-01-25Fixed broken link to cx_Oracle docs.Ian Foote
2022-01-25Refs #20349 -- Avoided loading testing libraries when not needed.Collin Anderson
2022-01-24Fixed #33460 -- Used VALUES clause for insert in bulk on SQLite.Keryn Knight
2022-01-19Fixed #31685 -- Added support for updating conflicts to QuerySet.bulk_create().sean_c_hsu
2022-01-04Fixed #33408 -- Fixed adding nullable unique fields on SQLite.Mariusz Felisiak
2021-12-27Refs #29517 -- Removed obsolete PositiveIntegerField test skip.Tim Graham