summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/sqlite/dml.py
Commit message (Expand)AuthorAgeFilesLines
* Remove `typing.Self` workaroundYurii Karabas2023-02-081-9/+5
* happy new year 2023Mike Bayer2023-01-031-1/+1
* Try running pyupgrade on the codeFederico Caselli2022-11-161-1/+1
* inline mypy config; files ignoring type errors for the momentMike Bayer2022-04-281-0/+2
* initial reorganize for static typingMike Bayer2022-01-121-6/+21
* happy new year 2022Mike Bayer2022-01-061-1/+1
* Properly type _generative, decorator, public_factoryFederico Caselli2021-12-301-3/+11
* 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