mattn/go-oci8

CLOB is trunc

giorgiootto opened this issue · 3 comments

Hi,

I have a CLOB with 328.000 bytes, and in GO is string.
When a I save in database , field type CLOB, only save 63472 bytes.

Wait,

Giorgio

Please make sure you are on the newest version of go-oci8.

go get -u github.com/mattn/go-oci8

It worked.

Thanks,