]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
rename "bulk" UPDATE and DELETE to not use the word "bulk"
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 30 Oct 2020 03:21:13 +0000 (23:21 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 30 Oct 2020 03:23:26 +0000 (23:23 -0400)
commit163a97c6d57db09d6405124dae9b877bc9629721
treea2d03a838965ad9ccbdda01d54ad24a9b4a8c1f3
parentb9f7a92d821a31e48f7ce20ef848e73571c644fa
rename "bulk" UPDATE and DELETE to not use the word "bulk"

This term confuses this feature with the lesser used
"bulk insert/update" feature, and also "bulk" is not as
descriptive here as only a single statement is run; there's
not a large set of data passed in.

For now call it UPDATE/DELETE with arbitrary WHERE clause,
or ORM-enabled UPDATE/DELETE.

Change-Id: I317fcda9d73d4c2dd250031a745dd3d72e4f1fc6
doc/build/orm/session_basics.rst
lib/sqlalchemy/orm/events.py
lib/sqlalchemy/orm/query.py