]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Internal calls to "bookkeeping" functions within
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 8 Sep 2015 18:12:32 +0000 (14:12 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 8 Sep 2015 18:12:32 +0000 (14:12 -0400)
commit0997e843f2cd81a7ddbfcc73d7f87a8061139976
treeb19d7e80f2af30f1e831974f022439ca0b5a1325
parent68a6701c6d72d6c6ef1ea2b7d615273659e8b735
- Internal calls to "bookkeeping" functions within
:meth:`.Session.bulk_save_objects` and related bulk methods have
been scaled back to the extent that this functionality is not
currently used, e.g. checks for column default values to be
fetched after an INSERT or UPDATE statement.
fixes #3526
doc/build/changelog/changelog_11.rst
lib/sqlalchemy/orm/persistence.py
test/orm/test_bulk.py