diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2018-09-17 14:05:46 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2018-09-17 16:43:28 -0400 |
commit | 67a2cd92295bef55d914a5c560b4cead5d456837 (patch) | |
tree | 11d5f7ff5f6b251d81b82dba4b6884cda9a9966d /lib/sqlalchemy/dialects/postgresql/json.py | |
parent | c94d67892e68ac317d72eb202cca427084b3ca74 (diff) | |
download | sqlalchemy-67a2cd92295bef55d914a5c560b4cead5d456837.tar.gz |
Use cx_Oracle dml_ret_array_val
Fixed issue for cx_Oracle 7.0 where the behavior of Oracle param.getvalue()
now returns a list, rather than a single scalar value, breaking
autoincrement logic throughout the Core and ORM. The dml_ret_array_val
compatibility flag is used for cx_Oracle 6.3 and 6.4 to establish compatible
behavior with 7.0 and forward, for cx_Oracle 6.2.1 and prior a version
number check falls back to the old logic.
Fixes: #4335
Change-Id: Ia60f5514803a505898c1ac9252355990c6203dda
Diffstat (limited to 'lib/sqlalchemy/dialects/postgresql/json.py')
0 files changed, 0 insertions, 0 deletions