All Versions
13
Latest Version
Avg Release Cycle
136 days
Latest Release
1030 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.5.0
August 14, 2020 -
v1.4.1
January 31, 2020 -
v1.4.0
January 06, 2020 -
v1.3.3 Changes
March 06, 2019๐ just migrating from examples with gopkg.in and other minor fixes
-
v1.3.2
February 12, 2019 -
v1.3.1 Changes
February 12, 2019โ adds go.mod for future support
-
v1.3.0 Changes
October 04, 2017๐ New features:
- Allows expecting prepared statements to be closed.
Patches:
- Obeys matching expectations in order for Prepare statement.
-
v1.2.0 Changes
February 21, 2017๐ see #52
NOTE: in v1.2.0 sqlmock.Rows has changed to struct from interface, if you were using any type references to that
interface, you will need to switch it to a pointer struct type. Also, sqlmock.Rows were used to implement driver.Rows
๐ interface, which was not required or useful for mocking and was removed. Hope it will not cause issues. -
v1.1.4 Changes
November 02, 2016๐ see #50
-
v1.1.3 Changes
February 26, 2016๐ fixes introduced regression from #37