summaryrefslogtreecommitdiff
path: root/tests/backends/mysql/test_features.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed DatabaseFeatures.uses_savepoints/can_release_savepoints and related ↵Mariusz Felisiak2022-04-181-0/+1
| | | | tests with MyISAM storage engine.
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-5/+8
|
* Fixed #17653 -- Allowed using zero as AutoFields value on MySQL if ↵Mariusz Felisiak2020-07-201-0/+6
| | | | NO_AUTO_VALUE_ON_ZERO SQL mode is enabled.
* Refs #29548 -- Fixed non-GIS test failures on MariaDB.Tom Forbes2018-07-091-0/+2
|
* Fixed #29380 -- Added support for QuerySet.select_for_update()'s nowait and ↵bakabiko2018-05-181-0/+13
| | | | skip_locked options on MySQL 8+.
* Reorganized backends tests.Mariusz Felisiak2017-06-211-0/+19