go-sqlmock v1.1.0 Release Notes

Release Date: 2016-02-23 // about 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.