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

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:

    1. Allows expecting prepared statements to be closed.

    Patches:

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