diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-09-08 14:12:32 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-09-08 14:12:32 -0400 |
| commit | 0997e843f2cd81a7ddbfcc73d7f87a8061139976 (patch) | |
| tree | b19d7e80f2af30f1e831974f022439ca0b5a1325 /doc | |
| parent | 68a6701c6d72d6c6ef1ea2b7d615273659e8b735 (diff) | |
| download | sqlalchemy-0997e843f2cd81a7ddbfcc73d7f87a8061139976.tar.gz | |
- 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
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/changelog/changelog_11.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_11.rst b/doc/build/changelog/changelog_11.rst index 27dc8fd46..c910136fe 100644 --- a/doc/build/changelog/changelog_11.rst +++ b/doc/build/changelog/changelog_11.rst @@ -22,6 +22,16 @@ :version: 1.1.0b1 .. change:: + :tags: bug, orm + :tickets: 3526 + + 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. + + .. change:: :tags: feature, orm :tickets: 2677 |
