Skip to content

Convert expected arguments to driver.Values

Compare
Choose a tag to compare
@l3pp4rd l3pp4rd released this 23 Feb 10:08
· 195 commits to master since this release
  • converts expected arguments to driver.Value and compares by strict matching.
  • added AnyArg function to create an argument which match any kind of argument.
  • added go1.6 test case for expected prepared statement close error, was not supported befor 1.6 version

This release may have impact on argument matching, since it is stricter for time.Time comparison.