All Versions
13
Latest Version
Avg Release Cycle
136 days
Latest Release
1344 days ago

Changelog History
Page 2

  • v1.1.2 Changes

    February 26, 2016

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

  • v1.1.1 Changes

    February 25, 2016

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

  • v1.1.0 Changes

    February 23, 2016
    • 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.