Skip to content

v0.12.0

Latest
Compare
Choose a tag to compare
@moznion moznion released this 05 Jun 01:27
7f202ad

Since this version, it begins supporting to handle the values of any type which supported by database/sql on Scan and Value functions in that sql package. Thank you for the contributions, @RangelReale and @nikhrom.

New Features

  • Use default sql package functions for Scanner and Valuer #32 @RangelReale
  • Use go:linkname for database/sql.convertAssign #33 @moznion

Bug Fixes

Maintenance