1
0
mirror of https://github.com/zhashkevych/go-sqlxmock.git synced 2024-11-24 08:12:13 +02:00
Commit Graph

125 Commits

Author SHA1 Message Date
Luigi Kapaj
8db2b3b2d2 docs for ExpectPrepare 2014-09-24 16:13:35 -04:00
Luigi Kapaj
cd47226ce2 unit test for Prepare 2014-09-24 16:05:15 -04:00
Luigi Kapaj
bdbf874463 mock Prepare to return error 2014-09-23 17:38:15 -04:00
gedi
e36ad8d068 return error instead panic if argument reflection types are not matching 2014-08-16 12:57:40 +03:00
gedi
c8ac9dfd29 mention about escaping characters for regular expressions #6 2014-08-15 21:44:50 +03:00
gedi
db5b4c9deb update travis to get vet tool 2014-08-14 20:48:03 +03:00
gedi
60b2068e00 closes #5 2014-08-14 20:38:46 +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
gedi
fa31f407df closes #4 2014-04-21 18:21:28 +03:00
Gediminas Morkevicius
2e154ee410 Merge pull request #3 from treetopllc/master
Optional argument expectations
2014-03-09 11:36:31 +02: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
5aa5d01fb9 add test for row builder and NilType based row values 2014-02-14 17:15:06 +02:00
gedi
efe94c317b compose Rows interface with sql driver.Rows 2014-02-14 17:12:48 +02:00
gedi
bdba0bb0c6 Rows interface to allow building rows in different ways 2014-02-14 00:14:32 +02:00
gedi
008d8847b2 Merge remote-tracking branch 'hebo/typed_rows'
* hebo/typed_rows:
  Allow for multiple rows by manually creating each row
  Create a single row from an interface list - #1
2014-02-13 22:37:00 +02:00
Hebo
517a41ff43 Allow for multiple rows by manually creating each row 2014-02-13 11:59:35 -08:00
Hebo
936255418e Create a single row from an interface list - #1 2014-02-12 17:07:30 -08:00
gedi
c33b881467 documentation update based on lint 2014-02-08 17:53:15 +02:00
gedi
b89aa3ac1e let travis ci test it 2014-02-07 16:52:26 +02:00
gedi
af59e07d27 update and test query whitespace stripping 2014-02-07 15:04:47 +02:00
gedi
6f1be66c43 update package for godoc 2014-02-07 10:44:41 +02:00
gedi
ee2ed8f2d5 add doc blocks, split files 2014-02-07 10:02:57 +02:00
gedi
2fc5a0dd15 add readme and update error messages 2014-02-06 17:03:46 +02:00
gedi
3e67393335 initial commit 2014-02-05 16:21:07 +02:00