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
/
mysql
Age
Commit message (
Expand
)
Author
2025-02-15
[5.2.x] Refs #36181 -- Removed the obsolete SubqueryConstraint machinery.
Mariusz Felisiak
2025-01-10
Refs #36064 -- Added Model.has_db_default() to encapsulate NOT_PROVIDED checks.
Simon Charette
2024-12-09
Refs #35982 -- Made BaseDatabaseOperations.adapt_decimalfield_value() a no-op.
Simon Charette
2024-11-18
Fixed #18392 -- Changed default mysql encoding to "utf8mb4".
Ben Cail
2024-05-03
Fixed #35422 -- Fixed migrations crash when altering GeneratedField referenci...
Mariusz Felisiak
2024-03-14
Refs #35295 -- Added BaseDatabaseOperations.bulk_insert_sql().
Mariusz Felisiak
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2023-12-14
Fixed #35000 -- Skipped declaring empty string defaults on BLOB/TEXT field on...
Tobias Krönke
2023-11-27
Fixed #34992 -- Fixed DatabaseFeatures.allows_group_by_selected_pks on MariaD...
Nathaniel Conroy
2023-11-02
Refs #31300 -- Allowed testing GeneratedField without collation.
Tim Graham
2023-09-19
Fixed #34850 -- Dropped support for MariaDB 10.4.
Mariusz Felisiak
2023-09-07
Fixed #31300 -- Added GeneratedField model field.
Jeremy Nauta
2023-08-30
Fixed #34799 -- Made MySQL introspection skip cross-database relations.
John Whitman
2023-08-03
Refs #33713 -- Removed unnecessary version check in DatabaseFeatures.update_c...
Mariusz Felisiak
2023-08-03
Fixed #34761 -- Dropped support for MySQL < 8.0.11.
Mariusz Felisiak
2023-08-02
Fixed #33507 -- Used UUID data type on MariaDB 10.7+.
Albert Defler
2023-05-12
Fixed #470 -- Added support for database defaults on fields.
Ian Foote
2023-05-10
Fixed #34553 -- Fixed improper % escaping of literal in constraints.
Simon Charette
2023-05-03
Fixed #34523 -- Fixed TransactionManagementError in QuerySet.update_or_create...
Mariusz Felisiak
2023-05-01
Fixed #33759 -- Avoided unnecessary subquery in QuerySet.delete() with self-r...
4the4ryushin
2023-03-18
Fixed #34421 -- Fixed QuerySet.update() on querysets in descending order by a...
hb6h057
2023-03-02
Refs #34320 -- Stopped recreating check constraints when renaming fields.
Mariusz Felisiak
2023-02-21
Refs #31445 -- Added test for nesting QuerySet.union().
Mariusz Felisiak
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-01-31
Fixed #34304 -- Made MySQL's SchemaEditor.remove_constraint() don't create fo...
sage
2023-01-17
Fixed #34255 -- Made PostgreSQL backend use client-side parameters binding wi...
Mariusz Felisiak
2023-01-05
Refs #32355 -- Bumped mysqlclient requirement to >= 1.4.3.
Mariusz Felisiak
2022-12-28
Fixed #18468 -- Added support for comments on columns and tables.
kimsoungryoul
2022-12-22
Fixed #34219 -- Preserved Char/TextField.db_collation when altering column type.
Mariusz Felisiak
2022-12-08
Made inspectdb used Cursor.description.display_size for CharFields' max_length.
Mariusz Felisiak
2022-12-05
Removed redundant definition of DatabaseFeatures.can_release_savepoints on My...
Mariusz Felisiak
2022-11-07
Refs #33374 -- Adjusted full match condition handling.
Simon Charette
2022-11-07
Fixed #31331 -- Switched MySQL to group by selected primary keys.
Simon Charette
2022-10-25
Fixed DatabaseFeatures.supports_select_(intersection/difference) on MariaDB a...
Mariusz Felisiak
2022-10-03
Fixed #34070 -- Added subsecond support to Now() on SQLite and MySQL.
Lily Foote
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-08-15
Refs #28333 -- Added partial support for filtering against window functions.
Simon Charette
2022-07-27
Fixed collation tests on MySQL 8.0.30+.
Mariusz Felisiak
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-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-01
Fixed #32234 -- Made inspectdb inform about composite primary keys.
Anv3sh
2022-05-20
Fixed #33715 -- Allowed keyboard interrupt to abort queries in MySQL dbshell.
Hasan Ramezani
2022-05-18
Fixed #33713 -- Dropped support for MariaDB 10.3.
Mariusz Felisiak
2022-05-17
Refs #33379 -- Fixed minimum supported version of MariaDB.
Mariusz Felisiak
[next]