Skip to content

Releases: DATA-DOG/go-sqlmock

validate and match prepared statement SQL query

02 Nov 12:52
Compare
Choose a tag to compare

introduced regression after fix

26 Feb 19:16
Compare
Choose a tag to compare

fixes introduced regression from #37

Fixes false positives with Exec and Query expectations

26 Feb 12:42
Compare
Choose a tag to compare

Fixes false positives with Exec and Query expectations, see #37

A fix to slice argument matching

25 Feb 13:46
Compare
Choose a tag to compare

A bug was introduced after refactoring the argument matching #35
reflect.DeepEqual should cover all possible cases

Convert expected arguments to driver.Values

23 Feb 10:08
Compare
Choose a tag to compare
  • 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.