1
0
mirror of https://github.com/zhashkevych/go-sqlxmock.git synced 2025-02-22 18:42:11 +02:00

8 Commits

Author SHA1 Message Date
gedi
a071483cba concurrency support, closes #20 and closes #9 and closes #15
* c600769 do not require a connection name, unique dsn is generated
* 1b20b9c update travis
* 1097b6a add comments for godoc documentation
* c142a95 fix golint reported issues
2015-08-28 10:25:20 +03:00
gedi
c8ac9dfd29 mention about escaping characters for regular expressions #6 2014-08-15 21:44:50 +03:00
gedi
4c6f0e69c3 update formatting and readme 2014-05-29 17:11:13 +03:00
Algirdas Matas
27fabfa23a add custom argument matching 2014-05-29 16:43:37 +03:00
John Robinson
52242da115 make arg expectations optional
sometimes it's impossible to anticipate the args (such as in an
insert), sometimes args don't need to be checked
2014-02-27 13:53:46 -08:00
gedi
c33b881467 documentation update based on lint 2014-02-08 17:53:15 +02:00
gedi
ee2ed8f2d5 add doc blocks, split files 2014-02-07 10:02:57 +02:00
gedi
3e67393335 initial commit 2014-02-05 16:21:07 +02:00