django1/django/db/backends/mysql
Mariusz Felisiak 88dba2e3fd
Fixed collation tests on MySQL 8.0.30+.
The utf8_ collations are renamed to utf8mb3_* on MySQL 8.0.30+.
2022-07-27 21:36:25 +02:00
..
__init__.py MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00
base.py Fixed #33379 -- Added minimum database version checks. 2022-02-18 13:37:49 +01:00
client.py Fixed #33715 -- Allowed keyboard interrupt to abort queries in MySQL dbshell. 2022-05-20 07:11:51 +02:00
compiler.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
creation.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
features.py Fixed collation tests on MySQL 8.0.30+. 2022-07-27 21:36:25 +02:00
introspection.py Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
operations.py Refs CVE-2022-34265 -- Unified DatabaseOperations._convert_*_to_tz() hook names. 2022-07-09 13:02:07 +02:00
schema.py Refs #27064 -- Added RenameIndex migration operation. 2022-05-12 20:44:03 +02:00
validation.py Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00