1
0
mirror of https://github.com/DATA-DOG/go-sqlmock.git synced 2025-03-19 20:57:50 +02:00

43 Commits

Author SHA1 Message Date
bearname
742d0bc5c8
fix package 2022-02-07 15:03:11 +03:00
ashhadsheikh
c35a79d518 Update code sample 2020-11-02 20:14:57 +05:30
Gediminas Morkevicius
b8a63d3edf
Merge pull request #231 from bonitoo-io/pr-152-again
Add Column Metadata
2020-06-28 18:11:42 +03:00
Ales Pour
3b533ba431 Add Column Metadata #152 2020-06-22 22:26:35 +02:00
gedi
7c0bc43a68
looking for maintainers note 2020-06-21 16:53:00 +03:00
Pawan-Bishnoi
5d9cd27675
Readme: build error in test code
err redeclared
2020-05-12 11:39:27 +05:30
Theo
7b89f04a98 Restored Readme section format 2019-02-27 17:09:09 +00:00
Theo
05afef726f Add go-sql-driver imports to make it easier to run the examples 2019-02-27 17:04:14 +00:00
gedi
08cb21bb55
closes #161 removes references to gopkg.in 2019-02-13 09:29:47 +02:00
gedi
f7b0b9305b
closes #114 allow expecting rows to be closed 2018-12-11 17:38:12 +02:00
gedi
a6e6646ad9
use configured QueryMatcher in order to match expected SQL to actual, closes #70 2018-12-11 15:20:44 +02:00
Gediminas Morkevicius
a7b3087be7
Merge pull request #101 from gliptak/patch-1
Add GoReportCard badge to README
2017-11-27 10:00:01 +02:00
Gábor Lipták
395520ee2d
Correct spelling
Signed-off-by: Gábor Lipták <gliptak@gmail.com>
2017-11-25 09:32:17 -05:00
Gábor Lipták
1224f73cf9
Add GoReportCard badge to README 2017-11-25 09:25:54 -05:00
gedi
9d03611ad1
allow to expect prepared statement to be closed, closes #89 2017-09-01 10:24:02 +03:00
Alexey Palazhchenko
2d7c8ff1da Use Retina-friendly badges 2017-05-30 20:11:38 +03:00
gedi
8fd5411d53
adds more details about changes made to v1.2.0 version 2017-04-16 12:12:12 +03:00
gedi
53b2cd1534 updates readme and license 2017-02-09 09:26:25 +02:00
Gábor Lipták
4f22433adb Add codecov.io 2016-11-21 21:34:47 -05:00
gedi
d4cd2ca2ad closes #50 2016-11-02 14:49:59 +02:00
gedi
11d3eed600 change package url for README consistency with example, closes #34 2016-02-26 14:41:45 +02:00
gedi
2165444c8d add AnyArg func to provide any kind of argument matcher 2016-02-23 11:24:34 +02:00
gedi
de514b7bf0 closes #31 2016-02-23 11:14:34 +02:00
gedi
808cdc9973 document time.Time argument matching example 2016-02-04 09:42:49 +02:00
gedi
5b568f0d25 update readme and check with linters 2016-01-21 21:09:44 +02: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
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
ed4836e31d update readme 2015-07-09 09:21:36 +03:00
Bruno Bigras
51558a3715 Fix typo in README 2015-06-26 14:29:02 -04:00
gedi
5b6166bfbf update travis 2015-01-25 12:40:37 +02:00
Luigi Kapaj
8db2b3b2d2 docs for ExpectPrepare 2014-09-24 16:13:35 -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
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
gedi
fa31f407df closes #4 2014-04-21 18:21:28 +03:00
gedi
bdba0bb0c6 Rows interface to allow building rows in different ways 2014-02-14 00:14:32 +02: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
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