summaryrefslogtreecommitdiff
path: root/test/orm/test_bulk.py
Commit message (Expand)AuthorAgeFilesLines
* ORM executemany returningMike Bayer2020-06-271-24/+70
* Add pyprojectFederico Caselli2020-01-271-7/+7
* Post black reformattingMike Bayer2019-01-061-4/+9
* Run black -l 79 against all source filesMike Bayer2019-01-061-249/+293
* Use attr keys when testing bulk update params for primary keyMike Bayer2018-11-011-12/+60
* Add option to sort into inserts/updates to bulk_save_objectsAlessandro Cucci2018-08-271-0/+51
* Additional fixes to sane rowcountMike Bayer2017-08-311-0/+4
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-1/+2
* Consider version_id_prop when emitting bulk UPDATEMike Bayer2016-11-101-0/+51
* Ensure attribute keys used for bulk update pk setMike Bayer2016-11-101-0/+103
* Add "render_nulls" flag to bulk_insert as optional performance optimizationtsauerwein2016-06-061-2/+25
* - Internal calls to "bookkeeping" functions withinMike Bayer2015-09-081-2/+3
* - Fixed bug in :meth:`.Session.bulk_save_objects` where a mappedMike Bayer2015-09-081-1/+53
* - add changelog for #3451, with 09485d733131b667813f44eb0b6807b698668ee7 fixe...Mike Bayer2015-06-131-0/+21
* Fix primary key behaviour in bulk_updatepr/181Patrick Hayes2015-06-131-4/+34
* - add an option for bulk_save -> update to not do historyMike Bayer2014-12-071-1/+30
* - fix inheritance persistenceMike Bayer2014-12-071-19/+31
* - initial tests for bulkMike Bayer2014-12-071-0/+317