summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/bulk_persistence.py
Commit message (Expand)AuthorAgeFilesLines
* happy new year 2023Mike Bayer2023-01-031-1/+1
* reorganize pre_session_exec around do_orm_executeMike Bayer2022-12-261-59/+59
* Try running pyupgrade on the codeFederico Caselli2022-11-161-4/+4
* try to support mypy 0.990Mike Bayer2022-11-091-2/+4
* Improve typings of execution optionsFederico Caselli2022-11-021-14/+12
* dont mutate bind_arguments incoming dictionaryMike Bayer2022-10-071-1/+0
* implement write-only colletions, typing for dynamicMike Bayer2022-10-061-1/+6
* ORM bulk insert via executeMike Bayer2022-09-241-318/+1141
* reorg bulk persistence into a separate moduleMike Bayer2022-08-111-0/+1111