summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/sqlite/dml.py
Commit message (Expand)AuthorAgeFilesLines
* Warn when caching is disabled / documentMike Bayer2021-12-061-0/+1
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* document missing ColumnCollection methodsMike Bayer2021-06-131-0/+11
* Accept ColumnCollection in update_on_conflict(set_=Gord Thompson2021-02-151-2/+12
* introduce generalized decorator to prevent invalid method callsMike Bayer2021-01-161-0/+11
* happy new yearMike Bayer2021-01-041-1/+1
* Support Column objects in the SET clause for upsertMike Bayer2020-11-231-7/+14
* Implement upsert for SQLiteRamonWill2020-11-081-0/+160