Skip to content

Releases: sijms/go-ora

v2.1.23: Auto-Login Oracle Wallet

10 Aug 22:00
Compare
Choose a tag to compare

support for auto-login oracle wallet (non-local)

v2.1.22: Data Integrity Check

23 Jul 23:10
Compare
Choose a tag to compare

Add support for data integrity check using one of the following hash methods:
1- MD5
2- SHA1
3- SHA256
4- SHA384
5- SHA512

v2.1.21: Packet AES Encryption

15 Jul 19:49
Compare
Choose a tag to compare

Now the driver support DIffie Hellman Key Exchange and AES Encryption for Data Packet

v2.1.20

25 Jun 19:34
Compare
Choose a tag to compare
fix for bug (index for varchar2 columns is disabled during query) due…

v1.2.0: update version 1 to support the following:

29 May 13:05
Compare
Choose a tag to compare

Add important feature to version 1:
1- support for charset: 0x33D, 0x33E, 0x33F, 0x340, 0x352, 0x353, 0x354
2- add prefetch rows url option
3- add IStringConverter for custom encode and decode
4- fix rowid reading

v2.1.19

26 May 23:11
Compare
Choose a tag to compare
rebuild versions

Version 2.0-beta

07 Mar 16:39
Compare
Choose a tag to compare
Version 2.0-beta Pre-release
Pre-release

pre-release version 2 of the client major changes:
1- update client version to: 317
2- update ttc version to: 9
3- use 4 byte packet length instead of 2 bytes
4- use advanced negotiation
5- define NCHARSET in the data type negotiation
6- use big clear chunks
7- use more verifier type in authentication object
8- receive session properties after authentication without calling getNLSData()

v1.1.0: Merge pull request #60 from sijms/dev

27 May 00:18
7dda604
Compare
Choose a tag to compare
Refactored GetNLS not to issue 14 queries, eliminated slow & unnecessary for loop.

version 1.0-beta

16 Feb 12:57
Compare
Choose a tag to compare
version 1.0-beta Pre-release
Pre-release
v1.0

some performance fix (replacing appending bytes to bytes.Buffer.Write())