All Versions
47
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 3

  • v0.23.0 Changes

    ๐Ÿ”„ Changed

    • All OCI/ODPI calls encapsulated in runtime.LockOSThread / runtime.UnlockOSThread ๐Ÿ‘€ to force the error retrieving be on the same OS thread - it seems that OCI stores the last error on some kind of thead-local-storage.
  • v0.22.0 Changes

    โž• Added

    • ๐Ÿ“š doc/timezone.md for documentation about time zones

    ๐Ÿ”„ Changed

    • 0๏ธโƒฃ Set DefaultPrefetchCount = DefaultArraySize (=100), from the previous 2.
    • ๐Ÿ‘‰ Use SESSIONTIMEZONE instead of DBTIMEZONE.
  • v0.21.0 Changes

    ๐Ÿ”„ Changed

    • ๐Ÿ‘‰ Use ODPI-C v4.1.0
  • v0.20.6 Changes

    โž• Added

    • Compose/Decompose implementation for Number and num.OCINum.
  • v0.20.5 Changes

    ๐Ÿ”„ Changed

    • โฑ Obey context deadlines everyewhere by calling OCIBreak on timeout/cancelation.
  • v0.20.1 Changes

    ๐Ÿ”„ Changed

    • ๐Ÿ›  Fix Break (context cancelation/timeout) handling for good.
  • v0.20.0 Changes

    โž• Added

    • GetFileName method to DirectLob.

    ๐Ÿ”„ Changed

    • DeqOptions.Delay, Expiration and Wait became a time.Duration
    • ๐Ÿ‘‰ Use ODPI-C v4.0.2
  • v0.19.4 Changes

    โž• Added

    • ๐Ÿ‘ Allow specifying Enq/DeqOptions in NewQueue.

    ๐Ÿ”„ Changed

    • ๐Ÿ”„ Changed the default Enq/Deq Queue options to the Oracle defaults.
    • ๐Ÿ‘• Document that Go 1.13 is required (for sql.NullInt32).
  • v0.19.2 Changes

    โž• Added

    • โ†ช SELECT ROWID as string (no need for the ''||ROWID workaround).
    • ๐Ÿ“š Documentation at godror.github.io/godror
  • v0.19.1 Changes

    ๐Ÿ”„ Changed

    • ๐Ÿ“š Separate documentation under doc/
    • ๐Ÿ’… Only allow user/passwd@sid for old-style connection strings.