All Versions
13
Latest Version
Avg Release Cycle
136 days
Latest Release
1573 days ago
Changelog History
Page 2
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.