0.13.0
Version 0.13 added support for user-defined collating sequences and user-defined virtual tables.
Added
- Support user-defined collating sequences (#21).
- Support user-defined virtual tables (#15).
- New package
ext/generateseries
provides an optionalgenerate_series
table-valued function extension. - Exported the
regexp
function example as a newext/refunc
package. - Add
*Conn.Serialize
and*Conn.Deserialize
methods (#52).
Changed
- The minimum supported Go version for this library is now Go 1.19.
Fixed
- The documentation for
AggregateFunction.WindowValue
incorrectly stated that it would not be called in non-window contexts. The sentence has been removed, but the behavior has not changed.