Releases: sijms/go-ora
Releases Β· sijms/go-ora
v2.8.22: bug fixes and package update
v2.8.21: Fix recall Query and Exec for same Command Object
fix recall stored procedure with same command + add more testing fileβ¦
v2.8.20: Multiple issue fixing
fix udt fields network representation
v2.8.19: add support for LONG input + RegisterDial
add RegisterDial function and update README.md file
v2.8.18: fix decoding of both sql.Nullfloat64 and empty array
fix reading empty array fix reading sql.Nullfloat
v2.8.17: support udt_array size bigger than 252 + fix sql parser
fix udt_array > 252 as input parameters
v2.8.16: fix read timeout which occur after context timeout
v2.8.15: Fix data race + get correct DB timezone
fix data race
v2.8.14: fix receiving ora-01009 when query CLOB + get correct DB Timezone
fix database timezone issue
v2.8.13: transfer tracer creation from config to connection
add ParseConfig and RegisterConfig functions