bakabiko
|
a7bc1aea03
|
Fixed #29380 -- Added support for QuerySet.select_for_update()'s nowait and skip_locked options on MySQL 8+.
|
2018-05-18 19:37:36 -04:00 |
Claude Paroz
|
3c4ff21763
|
Fixed #29103 -- Removed bad 'b'-prefix added by MySQL's SchemaEditor.quote_value().
|
2018-03-17 16:36:54 -04:00 |
Claude Paroz
|
aa0ee372cd
|
Added tests for MySQL's SchemaEditor.quote_value().
|
2018-03-17 16:36:50 -04:00 |
Tim Graham
|
e3c852cbd6
|
Fixed #28804 -- Fixed "Unknown system variable 'transaction_isolation'" on MariaDB.
Regression in 967450a3bf .
|
2017-11-20 10:08:34 -05:00 |
Sergey Fedoseev
|
967450a3bf
|
Fixed #28794 -- Fixed tx_isolation deprecation warning on MySQL 5.7.20+.
|
2017-11-14 15:40:44 -05:00 |
Mariusz Felisiak
|
8cb1b1fd8e
|
Reorganized backends tests.
|
2017-06-21 12:00:47 -04:00 |