v0.25.0
What's Changed
Breaking changes:
- changed
BindBlob
,BindRawText
,ResultBlob
,ResultRawText
in 9f626b2- binding/returning a
nil
slice is no longer the same asBindNull
,ResultNull
- binding/returning a
- tweaked some
database/sql
scanning heuristics in #256- don't automatically revive RFC 3339
time.Time
forTEXT
columns - revive
bool
automatically forBOOLEAN
columns - in both cases, it's best to use
ANY
withSTRICT
tables
- don't automatically revive RFC 3339
Performance improvements:
Thanks to @michaellenaghan in #250 and his new benchmark, significant improvements were attained for long running, complex queries, when used in combination with context cancellation.
Full Changelog: v0.24.1...v0.25.0