Skip to content

Tags: smallfz/go-ora

Tags

v2.99.1

Toggle v2.99.1's commit message
fix: zero len nchar.

v1.99.0

Toggle v1.99.0's commit message
fix: zero len nchar.

v2.15

Toggle v2.15's commit message
fix the problem running on x32 bit system

v2.0

Toggle v2.0's commit message
pre-release version 2 of the client major changes:

1- update client version to:
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 and
6- use big clear chunks
7- use more verifier type in authentication object
8- receive session properties after authentication without calling getNLSData()

v1-stable

Toggle v1-stable's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request sijms#60 from sijms/dev

Refactored GetNLS not to issue 14 queries, eliminated slow & unnecessary for loop.

v1.0

Toggle v1.0's commit message
some performance fix (replacing appending bytes to bytes.Buffer.Write())