Skip to content

Releases: sijms/go-ora

v2.2.16: Add ability to read structure with tag to function DataSet.Scan

20 Dec 21:55
Compare
Choose a tag to compare

see example query_to_struct for more information about this release

v2.2.15: detect sql stmt start with comment '--' and special character like '('

02 Nov 17:07
Compare
Choose a tag to compare
update sql classification detector to identify sql stmt start with  c…

v2.2.14 fix 2147483648 cannot fit in int type on ARMv7 processors

28 Oct 21:36
Compare
Choose a tag to compare
fix int problem for ARMv7 processor in other_types.go

v2.2.13 Fix issue related to insert-returning stmt

28 Oct 19:17
Compare
Choose a tag to compare

If you run multi-insert with returning it will execute first stmt correctly and then give network error

v2.2.12 add comment to functions and some bug fixes

26 Oct 23:53
Compare
Choose a tag to compare
add help comment to function

add implementation for refCursor

v2.2.11: add support for sql.Out

21 Oct 15:22
Compare
Choose a tag to compare
add support for sql.Out structure

v2.2.10: bug fixes and enhancement

18 Oct 21:52
Compare
Choose a tag to compare
fix issue occur when reading varchar2 value >= 253 in old oracle vers…

v2.2.9: add support for connect to multiple servers

15 Sep 22:06
Compare
Choose a tag to compare

v2.2.8: Add OracleError

07 Sep 19:17
Compare
Choose a tag to compare

add custom error class (OracleError) that carry error message from the server

v2.2.7: Add support for user defined types

06 Sep 21:56
Compare
Choose a tag to compare
Add support for custom type