Tamás Gulácsi
Tamás Gulácsi
May I assist reviewing this PR?
Go version, DB version, Instant Client version? current HEAD does pass with client 21.4, Server 19.17: ``` $ go test -run=TestPlSqlTypes eDSN: Using default database for tests: /home/gthomas/src/github.com/godror/godror/contrib/free.db/env.sh export TNS_ADMIN="/home/gthomas/src/github.com/godror/godror/contrib/free.db"...
It does pass on v0.34.0, too: ``` $ go test -run=TestPlSqlTypes eDSN: Using default database for tests: /home/gthomas/src/github.com/godror/godror/contrib/free.db/env.sh export TNS_ADMIN="/home/gthomas/src/github.com/godror/godror/contrib/free.db" export GODROR_TEST_DSN="user=test password=r97oUPimsmTOIcBaeeDF connectString=db201911301540_high\nconfigDir=/tmp/godror_drv_test-1620620462 connectionClass=TestClassName enableEvents=1\nexternalAuth=0 heterogeneousPool=0 libDir= newPassword= noTimezoneCheck=0\npoolIncrement=2...
``` ODPI [03147] 2022-10-12 03:26:14.936: fn start dpiStmt_execute(0x4d3df020) ODPI [03147] 2022-10-12 03:26:15.220: OCI error ORA-03106: fatal two-task communication protocol error (dpiStmt_execute / execute) ``` It did sth for half a...
It's stuck in the OCI driver (_Cfunc_dpiStmt_release). What can be seen on db side, trace?
Please try at least v0.34.0
You can try earlier versions, but only the last two Go versions (1.18 and 1.19) are supported.
Sorry to chime in, but @marcusatbang, can't we use rsc.io/pdf for parsing the PDF? It's a low-level, well tested PDF parsing library.
This would be very nice! Till that, can we add database/sql.Scanner, database/sql/driver.Valuer, proper MarshalJSON, UnmarshalJSON, MarshalText, UnmarshalText to these WKTs? It's only a handful of lines (github.com/UNO-SOFT/knownpb/timestamppb for example), and...
Hi, I'd like to see an example for a simple .zip inclusion - how do I use the included .zip in my program?