summaryrefslogtreecommitdiff
path: root/tests/backends/mysql/test_introspection.py
Commit message (Collapse)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-25/+29
|
* Fixed #33017 -- Fixed storage engine introspection on MySQL.Matjaz Gregoric2021-08-201-1/+31
| | | | | | This also improves performance on MySQL instances with a large number of databases, since querying the information_schema table can be very slow
* Refs #30593 -- Fixed introspection of check constraints columns on MariaDB.Hasan Ramezani2019-07-301-5/+12
|
* Refs #30593 -- Added _parse_constraint_columns() hook to introspection on ↵Hasan Ramezani2019-07-301-0/+22
MariaDB.