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

Changelog History
Page 1

  • v0.34.0 Changes

    โž• Added

    • ObjectType.AttributeNames() returns the attribute names in DB order.
    • PoolStats has a DBStats method to convert it to sql.DBStats.
    • By embedding godror.ObjectTypeName and setting the field tag with "godror:,type=my_pkg.type" you can use structs in place of Oracle objects in ExecStmt.
  • v0.33.0 Changes

    ๐Ÿ”„ Changed

    • SetLogger accept github.com/go-logr/logr.Logger
  • v0.32.0 Changes

    • โšก๏ธ Update to Go 1.15 as minimal required version.
  • v0.31.0 Changes

    โž• Added

    • NumberAsString option
    • Queue.PurgeExpired ### ๐Ÿ”„ Changed
    • 0๏ธโƒฃ By default, return Number for numbers (not string)
    • Always run session Init functions
  • v0.30.2 Changes

    ๐Ÿ”„ Changed

    • ๐Ÿ›  Fix Queue.Dequeue to work with non-existing MsgID (#201).
  • v0.30.1 Changes

    โž• Added

    • Object{,Collection}.FromJSON
  • v0.30.0 Changes

    โž• Added

    • Object{,Collection}.{AsMap,ToJSON}

    ๐Ÿ”„ Changed

    • DeqOptions.MsgID changed from string to []byte
  • v0.29.0 Changes

    โž• Added

    • โž• Add github.com/godror/knownpb/timestamppb.Timestamp ### ๐Ÿ”„ Changed
    • โœ‚ Remove pbTimestamp (behind timestamppb tag), github.com/UNO-SOFT/knownpb/timestamppb implements driver.Valuer and sql.Scanner.
  • v0.28.1 Changes

    ๐Ÿ”„ Changed

    • ODPI-C v4.3.0 ### โž• Added
    • โž• Add NewTempLob to the Conn interface for #189.
  • v0.28.0 Changes

    ๐Ÿ”„ Changed

    • โœ‚ Remove ObjectType.NewData, to get rid of the dependency on *conn in ObjectType, for #172