Skip to content

Fixed a few issues.

Compare
Choose a tag to compare
@codingconcepts codingconcepts released this 30 Aug 07:33
· 14 commits to master since this release
8b2c8e6
  • Queryer interface's BeginTx method meant that everything (including transactions) had to implement BeginTx, which they don't.
  • NullInt64 scanning - like the other aliases - reused the pointer during scans and we needed to reset the Valid field to ensure DB-nulls didn't result in {Valid: true, Int64: 0} => 0.