Closed BobdenOs closed 2 months ago
when using sql_simple_queries=1 and hdb the NCLOB columns are returned as Buffers not as Strings. With this change these columns include an output converters that informs hdb to handle them as Strings.
sql_simple_queries=1
hdb
NCLOB
Buffers
Strings
when using
sql_simple_queries=1
andhdb
theNCLOB
columns are returned asBuffers
not asStrings
. With this change these columns include an output converters that informshdb
to handle them asStrings
.