Skip to content

Releases: sijms/go-ora

v2.8.22: bug fixes and package update

10 Oct 20:42
Compare
Choose a tag to compare
fix struct par number type with pointer will panic

v2.8.21: Fix recall Query and Exec for same Command Object

14 Sep 21:30
Compare
Choose a tag to compare
fix recall stored procedure with same command + add more testing file…

v2.8.20: Multiple issue fixing

11 Sep 22:23
Compare
Choose a tag to compare
fix udt fields network representation

v2.8.19: add support for LONG input + RegisterDial

22 May 19:08
Compare
Choose a tag to compare
add RegisterDial function and update README.md file

v2.8.18: fix decoding of both sql.Nullfloat64 and empty array

14 May 05:14
Compare
Choose a tag to compare
fix reading empty array

fix reading sql.Nullfloat

v2.8.17: support udt_array size bigger than 252 + fix sql parser

09 May 15:23
Compare
Choose a tag to compare

v2.8.16: fix read timeout which occur after context timeout

06 May 05:50
Compare
Choose a tag to compare

v2.8.15: Fix data race + get correct DB timezone

02 May 23:40
Compare
Choose a tag to compare

v2.8.14: fix receiving ora-01009 when query CLOB + get correct DB Timezone

25 Apr 23:27
Compare
Choose a tag to compare

v2.8.13: transfer tracer creation from config to connection

23 Apr 04:57
Compare
Choose a tag to compare
add ParseConfig and RegisterConfig functions