Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refs #33476 -- Applied Black's 2023 stable style. | David Smith | 2023-02-01 | 1 | -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 Felisiak | 2022-07-08 | 1 | -2/+2 |
| | |||||
* | Fixed #33713 -- Dropped support for MariaDB 10.3. | Mariusz Felisiak | 2022-05-18 | 1 | -2/+2 |
| | |||||
* | Refs #33379 -- Fixed minimum supported version of MariaDB. | Mariusz Felisiak | 2022-05-17 | 1 | -2/+2 |
| | |||||
* | Fixed #33379 -- Added minimum database version checks. | Hasan Ramezani | 2022-02-18 | 1 | -1/+18 |
| | | | | Thanks Tim Graham for the review. | ||||
* | Refs #33476 -- Refactored code to strictly match 88 characters line length. | Mariusz Felisiak | 2022-02-07 | 1 | -1/+2 |
| | |||||
* | Refs #33476 -- Reformatted code with Black. | django-bot | 2022-02-07 | 1 | -18/+27 |
| | |||||
* | Fixed #28804 -- Fixed "Unknown system variable 'transaction_isolation'" on ↵ | Tim Graham | 2017-11-20 | 1 | -3/+3 |
| | | | | | MariaDB. Regression in 967450a3bf940c43db891fe1e2ef3bcf73456ff8. | ||||
* | Fixed #28794 -- Fixed tx_isolation deprecation warning on MySQL 5.7.20+. | Sergey Fedoseev | 2017-11-14 | 1 | -1/+1 |
| | |||||
* | Reorganized backends tests. | Mariusz Felisiak | 2017-06-21 | 1 | -0/+91 |