Clob / Blob sharing a problem and the solution #522
amichelins
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
With Go 1.20.5 and go-ora/v2 v2.8.5, begin to esperiment problems in insert clob or blob
The insert is ok, no errors, clob or blob field are null, the data passed to stmt.Exec are not saved
Code not working
`
-- sPedido -> string
-- Solution
`
Program begins to work as spected when i add "Valid" true, to go_ora.Clob
Beta Was this translation helpful? Give feedback.
All reactions