You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LOBs requires special streaming API calls to insert them through bind variables (which probably inst current requirement for DDErl support). This is a non-trivial implementation so postponed / skipped in favor of NIF project!
@acautin
For dderl please construct the insert statements as follows:
insert into tab1(clob_column) values (to_clob(:SQLT_STR_CLOBBIN))
Update statements should have similar to_clob function calls.
when trying to edit/insert a CLOB the driver returns
Unsupported type in bind
which I see is defined onerloci/c_src/erloci_drv/marshal.cpp
Line 503 in 7b9d2fd
and I don't see
SQLT_CLOB
in the switch case, would it be possible to support this type ?.cc @stoch
The text was updated successfully, but these errors were encountered: