cap-js / cds-dbs

Monorepo for SQL Database Services for CAP
https://cap.cloud.sap/docs/
Apache License 2.0
37 stars 11 forks source link

fix: Enforce `LargeStrings` to be `Strings` for `sql_simple_queries=1` #774

Closed BobdenOs closed 2 months ago

BobdenOs commented 3 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.