summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/mysql/dml.py
Commit message (Expand)AuthorAgeFilesLines
* Warn when caching is disabled / documentMike Bayer2021-12-061-0/+1
* document missing ColumnCollection methodsMike Bayer2021-06-131-0/+11
* Accept ColumnCollection in update_on_conflict(set_=Gord Thompson2021-02-151-2/+14
* introduce generalized decorator to prevent invalid method callsMike Bayer2021-01-161-0/+8
* Allow dialect-specific stringificationMike Bayer2020-11-081-0/+4
* Run search and replace of symbolic module namesMike Bayer2020-04-141-4/+6
* Fixes for public_factory and mysql/pg dml functionsMike Bayer2020-02-081-1/+6
* Add anonymizing context to cache keys, comparison; convert traversalMike Bayer2019-11-041-1/+0
* SyntaxError in on_duplicate_key_update() example.Peter Schutt2019-07-151-1/+1
* Fix many spell glitchesLele Gaifax2019-01-251-2/+2
* Post black reformattingMike Bayer2019-01-061-4/+5
* Run black -l 79 against all source filesMike Bayer2019-01-061-10/+13
* Add ability to preserve order in MySQL ON DUPLICATE KEY UPDATE.Maxim Bublis2018-08-131-2/+50
* Rename MySQL dml.insert().values to .insertedMike Bayer2017-09-081-11/+12
* Implement MySQL's ON DUPLICATE KEY UPDATEMichael Doronin2017-07-031-0/+79