diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-01-28 11:04:29 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-01-28 13:21:32 -0500 |
commit | 03179a96bfb9dd7ce17274fed44908c25229dedf (patch) | |
tree | 1aa494930a32c919e1fe6b9700ae5b55200be145 /lib/sqlalchemy/sql | |
parent | e3fbbf830fef9bedee7b26460c79843780962bc0 (diff) | |
download | sqlalchemy-03179a96bfb9dd7ce17274fed44908c25229dedf.tar.gz |
Allow Oracle CLOB/NCLOB/BLOB in returning
Fixed bug in Oracle dialect where retriving a CLOB/BLOB column via
:meth:`_dml.Insert.returning` would fail as the LOB value would need to be
read when returned; additionally, repaired support for retrieval of Unicode
values via RETURNING under Python 2.
As of yet, we still don't know how to reproduce the
ORA-24813 error indicated in the issue.
Fixes: #5812
Change-Id: I666f893e762dfa4d34dd2e324480565b226fb3a4
Diffstat (limited to 'lib/sqlalchemy/sql')
0 files changed, 0 insertions, 0 deletions