when trying to edit/insert a CLOB the driver returns Unsupported type in bind which I see is defined on
|
strcpy(r.gerrbuf, "Unsupported type in bind"); |
and I don't see SQLT_CLOB in the switch case, would it be possible to support this type ?.
cc @stoch
when trying to edit/insert a CLOB the driver returns
Unsupported type in bindwhich I see is defined onerloci/c_src/erloci_drv/marshal.cpp
Line 503 in 7b9d2fd
and I don't see
SQLT_CLOBin the switch case, would it be possible to support this type ?.cc @stoch