v0.25.0
What's Changed
Breaking changes:
- changed BindBlob,BindRawText,ResultBlob,ResultRawTextin 9f626b2- binding/returning a nilslice is no longer the same asBindNull,ResultNull
 
- binding/returning a 
- tweaked some database/sqlscanning heuristics in #256- don't automatically revive RFC 3339 time.TimeforTEXTcolumns
- revive boolautomatically forBOOLEANcolumns
- in both cases, it's best to use ANYwithSTRICTtables
 
- 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