summaryrefslogtreecommitdiff
path: root/tests/backends/mysql/tests.py
Commit message (Collapse)AuthorAgeFilesLines
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-011-1/+0
| | | | | | | | Black 23.1.0 is released which, as the first release of the year, introduces the 2023 stable style. This incorporates most of last year's preview style. https://github.com/psf/black/releases/tag/23.1.0
* Fixed #33718 -- Dropped support for MySQL 5.7.Mariusz Felisiak2022-07-081-2/+2
|
* Fixed #33713 -- Dropped support for MariaDB 10.3.Mariusz Felisiak2022-05-181-2/+2
|
* Refs #33379 -- Fixed minimum supported version of MariaDB.Mariusz Felisiak2022-05-171-2/+2
|
* Fixed #33379 -- Added minimum database version checks.Hasan Ramezani2022-02-181-1/+18
| | | | Thanks Tim Graham for the review.
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-1/+2
|
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-18/+27
|
* Fixed #28804 -- Fixed "Unknown system variable 'transaction_isolation'" on ↵Tim Graham2017-11-201-3/+3
| | | | | MariaDB. Regression in 967450a3bf940c43db891fe1e2ef3bcf73456ff8.
* Fixed #28794 -- Fixed tx_isolation deprecation warning on MySQL 5.7.20+.Sergey Fedoseev2017-11-141-1/+1
|
* Reorganized backends tests.Mariusz Felisiak2017-06-211-0/+91