summaryrefslogtreecommitdiff
path: root/test/dialect/mysql/test_for_update.py
Commit message (Expand)AuthorAgeFilesLines
* fully implement future engine and remove legacyMike Bayer2021-11-071-2/+1
* test_for_update to recognise skip_locked for MariaDB-10.6Daniel Black2021-09-081-2/+2
* Modernize tests - legacy_selectGord Thompson2021-07-211-6/+6
* Modernize tests - select(whereclause)Gord Thompson2021-07-041-44/+48
* Don't discard leftovers from surface_selectablesMike Bayer2020-11-261-0/+23
* Remove silent ignore for skip_locked w/ unsupported backendsGord Thompson2020-09-151-0/+35
* Bump minimum MySQL version to 5.0.2; use all-numeric server versionMike Bayer2020-08-161-3/+9
* Add with_for_update mysql new functionalitiesRobotScribe2020-05-151-0/+197
* Pass connection to TablesTest.insert_data()Mike Bayer2020-04-151-2/+2
* Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-211-3/+3
* Post black reformattingMike Bayer2019-01-061-4/+8
* Run black -l 79 against all source filesMike Bayer2019-01-061-12/+8
* Try to get mysqlconnector somewhat workingMike Bayer2018-06-271-0/+1
* Render FOR UPDATE on the inner subquery as well as the outerMike Bayer2018-05-011-0/+161