- 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.