Go Sqlmock Versions Save

Sql mock driver for golang to test database interactions

v1.1.4

7 years ago

see #50

v1.1.3

8 years ago

fixes introduced regression from #37

v1.1.2

8 years ago

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

v1.1.1

8 years ago

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

v1.1.0

8 years ago
  • 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.