Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed DatabaseFeatures.uses_savepoints/can_release_savepoints and related ↵ | Mariusz Felisiak | 2022-04-18 | 1 | -0/+1 |
| | | | | tests with MyISAM storage engine. | ||||
* | Refs #33476 -- Reformatted code with Black. | django-bot | 2022-02-07 | 1 | -5/+8 |
| | |||||
* | Fixed #17653 -- Allowed using zero as AutoFields value on MySQL if ↵ | Mariusz Felisiak | 2020-07-20 | 1 | -0/+6 |
| | | | | NO_AUTO_VALUE_ON_ZERO SQL mode is enabled. | ||||
* | Refs #29548 -- Fixed non-GIS test failures on MariaDB. | Tom Forbes | 2018-07-09 | 1 | -0/+2 |
| | |||||
* | Fixed #29380 -- Added support for QuerySet.select_for_update()'s nowait and ↵ | bakabiko | 2018-05-18 | 1 | -0/+13 |
| | | | | skip_locked options on MySQL 8+. | ||||
* | Reorganized backends tests. | Mariusz Felisiak | 2017-06-21 | 1 | -0/+19 |