Skip to content

Releases: sijms/go-ora

v2.3.0: Add support for nullable output parameters

01 Feb 09:56
Compare
Choose a tag to compare
add support for Nullable values parameters

v2.2.25: Add support for UDT input and output parameters

25 Jan 22:21
Compare
Choose a tag to compare
add support for UDT as input and output Parameters

v2.2.24:Fix error related to insert and read large UDT object

25 Jan 20:20
Compare
Choose a tag to compare
add support for UDT as input parameter and go_ora.Out struct + bug fixes

v2.2.23:Add support for UDT parameters

25 Jan 10:57
Compare
Choose a tag to compare
Pre-release

add support for UDT parameter (direction: input) + go_ora.Out struct that has Size member to set output parameter size

v2.2.22: add new output parameter type go_ora.Clob and go_ora.Blob

19 Jan 18:46
Compare
Choose a tag to compare

v2.2.21: add new output parameter type go_ora.Clob and go_ora.Blob

19 Jan 15:07
Compare
Choose a tag to compare
get clob and blob from output parameters

v2.2.20: Fix the problem related to string parameter with multibyte characterset

17 Jan 20:30
Compare
Choose a tag to compare
fix the problem related to string parameter with multibyte characterset

v2.2.19: Fix error happen when enter large PREFETCH_ROWS value and table has lob

14 Jan 22:46
Compare
Choose a tag to compare

v2.2.18 set sys user connection automatically as SYSDBA

11 Jan 17:50
Compare
Choose a tag to compare
add sysdba to connection if you connect with sys user

v2.2.17: Fix bug related to number decoding

21 Dec 15:56
Compare
Choose a tag to compare
fix bug in number conversion