Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refs #33476 -- Reformatted code with Black. | django-bot | 2022-02-07 | 1 | -25/+29 |
| | |||||
* | Fixed #33017 -- Fixed storage engine introspection on MySQL. | Matjaz Gregoric | 2021-08-20 | 1 | -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 Ramezani | 2019-07-30 | 1 | -5/+12 |
| | |||||
* | Refs #30593 -- Added _parse_constraint_columns() hook to introspection on ↵ | Hasan Ramezani | 2019-07-30 | 1 | -0/+22 |
MariaDB. |