Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Enforce
LargeStrings
to be Strings
for sql_simple_queries=1
(
#774) 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`. --------- Co-authored-by: Johannes Vogel <[email protected]> Co-authored-by: Max Gruenfelder <[email protected]>
- Loading branch information