diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-03-05 12:27:09 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-03-05 13:36:12 -0500 |
commit | 6d97d0c97de01e67a2d2d59c5bec1bbf3782de10 (patch) | |
tree | 035415f61fffb21ee6833f078330220921547774 /lib/sqlalchemy/orm/attributes.py | |
parent | 2f7623b6b265cd5f25f2a6022e21bc3286d397a3 (diff) | |
download | sqlalchemy-6d97d0c97de01e67a2d2d59c5bec1bbf3782de10.tar.gz |
Clarify COMMIT/ROLLBACK logging when autocommit is turned on
Improved engine logging to note ROLLBACK and COMMIT which is logged while
the DBAPI driver is in AUTOCOMMIT mode. These ROLLBACK/COMMIT are library
level and do not have any effect when AUTOCOMMIT is in effect, however it's
still worthwhile to log as these indicate where SQLAlchemy sees the
"transaction" demarcation.
Fixes: #6002
Change-Id: I723636515193e0addc86dd0a3132bc23deadb81b
Diffstat (limited to 'lib/sqlalchemy/orm/attributes.py')
0 files changed, 0 insertions, 0 deletions