summaryrefslogtreecommitdiff
path: root/test/dialect/mysql/test_on_duplicate.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed issue in visit_on_duplicate_key_update within a composed expressionCristian Sabaila2021-11-021-3/+9
* Modernize tests - dml_valuesGord Thompson2021-07-261-9/+8
* correct for "autocommit" deprecation warningMike Bayer2020-12-111-137/+126
* Updates for MariaDB sequencesFederico Caselli2020-08-221-6/+28
* Bump minimum MySQL version to 5.0.2; use all-numeric server versionMike Bayer2020-08-161-1/+1
* Default psycopg2 executemany mode to "values_only"Mike Bayer2020-06-251-5/+5
* Render VALUES within composed MySQL on duplicate key expressionsMike Bayer2020-03-041-0/+17
* Accommodate value of None for ON DUPLICATE KEY UPDATELukas Banic2019-06-101-0/+15
* Post black reformattingMike Bayer2019-01-061-7/+15
* Run black -l 79 against all source filesMike Bayer2019-01-061-32/+67
* Add ability to preserve order in MySQL ON DUPLICATE KEY UPDATE.Maxim Bublis2018-08-131-6/+50
* Rename MySQL dml.insert().values to .insertedMike Bayer2017-09-081-6/+7
* Implement MySQL's ON DUPLICATE KEY UPDATEMichael Doronin2017-07-031-0/+59