diff options
author | Gord Thompson <gord@gordthompson.com> | 2020-03-12 12:54:37 -0600 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2020-03-23 13:10:05 -0400 |
commit | 01299b6bdaf91691923a99fd8c0241dac6abc432 (patch) | |
tree | 103b6428da3a7059e138d60e601f02a7a6aa9ae7 /lib/sqlalchemy/sql/expression.py | |
parent | fd74bd8eea3f3696c43ca0336ed4e437036c43c5 (diff) | |
download | sqlalchemy-01299b6bdaf91691923a99fd8c0241dac6abc432.tar.gz |
Implement autocommit isolation level for cx_oracle
As part of this change Oracle also gets the concept of a
default isolation level, however since Oracle does not provide a
fixed method of knowing what the isolation level would be without a
server side transaction actually in progress, for now we hardcode
just to "READ COMMITTED".
Enhanced the test suite for isolation level testing in the dialect
test suite and added features to requirements so that the supported
isolation levels can be reported generically for dialects.
Co-authored-by: Mike Bayer <mike_mp@zzzcomputing.com>
Fixes: #5200
Change-Id: I2c4d49da9ff80ccc228c21e196ec9a961de53478
Diffstat (limited to 'lib/sqlalchemy/sql/expression.py')
0 files changed, 0 insertions, 0 deletions