From 8fd5411d538142309502cb976331c5db46ab3d60 Mon Sep 17 00:00:00 2001 From: gedi Date: Sun, 16 Apr 2017 12:12:12 +0300 Subject: [PATCH] adds more details about changes made to v1.2.0 version --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f3d5487..8d1afe6 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,10 @@ maintain correct **TDD** workflow. - has strict by default expectation order matching. - has no third party dependencies. +**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. + ## Install go get gopkg.in/DATA-DOG/go-sqlmock.v1