]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
use VARCHAR for CLOB outputtypehandler
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 2 Dec 2024 23:59:19 +0000 (18:59 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 2 Dec 2024 23:59:19 +0000 (18:59 -0500)
commit5ded16fae8abfc31d43430cb25757fb434c37ba2
tree2579f65043c53b4c5ca23e384925525e069c0e87
parent72919cefa914587b57716cabae810e4796e9cfc1
use VARCHAR for CLOB outputtypehandler

Fixed issue in oracledb / cx_oracle dialects where output type handlers for
``CLOB`` were being routed to ``NVARCHAR`` rather than ``VARCHAR``, causing
a double conversion to take place.

Fixes: #12150
Change-Id: I9f55e9bc595997b873c831b0422f5af10dcc15ef
doc/build/changelog/unreleased_20/12150.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/oracle/cx_oracle.py