Tamás Gulácsi
Tamás Gulácsi
Should not. As a client, the driver uses al32utf8 (the real utf8, what oracle calls utf8, is not that really...) Trond Kandal ezt írta (időpont: 2017. febr. 23., Cs 17:25):...
Why do you want to import from github? The canonical path is gopkg.in/rana/ora.v4, use that! On 2017. szept. 3., V 19:27 vk1818 wrote: > i updated to go version go1.9...
I'd write a lot differently (gather the conditionals separately and assemble the query later, use json.NewEncoder instead of json.Marshal), but nothing sticks out as wrong. What is the full error...
I've fixed the example in dd5b9d2.
But do you really need to use the "ora" package? Ain't "database/sql" with the "ora" driver (import _ "gopkg.in/rana/ora.v4") enough? That's waay easier to use!
[shameless-plug] `gopkg.in/goracle.v2` is even simpler if you can install odpi - you cannot use anything else than `database/sql`! [/shameless-plug]
PKG_CONFIG_PATH is a env var for a path list: a list of paths separated by colons. The pkg-config program will walk through them and stops at the first match (where...
ORA-24804 differs from the previous ORA-03127. We couldn't reproduce it in the tests, as those returned only ONE LOB, not two. So, the only solution is to use ora.S instead...
Try `ora.S` or `ora.OraS` (`string` or `ora.String` as dest types in the struct) with v4.1.1 (at least 5b55e68). In my test env, I now get "ORA-24812: character set conversion to...
Yiu should check rst.Err(). Trond Kandal ezt írta (időpont: 2017. febr. 25., Szo 17:43): > Strange... > Now the library just the discards the rows that are causing troubles, and...