All Versions
47
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 1
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