1
0
mirror of https://github.com/DATA-DOG/go-sqlmock.git synced 2025-01-10 00:28:42 +02:00
Commit Graph

17 Commits

Author SHA1 Message Date
Jamie Cuthill
4689a4afbf When Exec/Query is expected to error correctly mark expectation as triggered
- Fixes regression from issue 37 'fix'
2016-02-26 16:07:19 +00:00
gedi
b465b1f024 refers to #37 2016-02-26 14:38:04 +02:00
gedi
febff80c09 do not expose sql driver methods for sqlmock, give interface 2015-08-28 11:06:14 +03:00
gedi
32a1b9d93f update readme and add example
* dcca987 add an old example and a basic one
2015-08-28 10:26:55 +03:00
gedi
566ca54083 allow unordered expectation matching, support for goroutines
* 1778939 take care of locks for goroutine based matching
2015-08-28 10:26:42 +03:00
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
5d1551fda1 check for errors 2015-03-30 22:32:57 +03:00
gedi
e163520142 related to sql escaping #14 2015-03-30 21:38:39 +03:00
Luigi Kapaj
cd47226ce2 unit test for Prepare 2014-09-24 16:05: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
fa31f407df closes #4 2014-04-21 18:21:28 +03:00
gedi
5aa5d01fb9 add test for row builder and NilType based row values 2014-02-14 17:15:06 +02:00
gedi
bdba0bb0c6 Rows interface to allow building rows in different ways 2014-02-14 00:14:32 +02:00
Hebo
517a41ff43 Allow for multiple rows by manually creating each row 2014-02-13 11:59:35 -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
3e67393335 initial commit 2014-02-05 16:21:07 +02:00