1
0
mirror of https://github.com/DATA-DOG/go-sqlmock.git synced 2025-06-29 00:31:35 +02:00

Commit Graph

  • cee8a78569 add 1.6 to travis gedi 2016-02-23 11:48:45 +02:00
  • 4bb07b88b3 closes #25 gedi 2016-02-23 11:47:39 +02:00
  • 2165444c8d add AnyArg func to provide any kind of argument matcher gedi 2016-02-23 11:24:34 +02:00
  • de514b7bf0 closes #31 gedi 2016-02-23 11:14:34 +02:00
  • 808cdc9973 document time.Time argument matching example gedi 2016-02-04 09:42:49 +02:00
  • f49a90b6f7 Merge pull request #28 from mrroman/master Gediminas Morkevicius 2016-01-27 18:03:58 +02:00
  • 4a802e4278 add bool type to query arg matcher Konrad Mrozek 2016-01-26 15:19:23 +01:00
  • f55ca83ba0 update travis ci config gedi 2016-01-21 21:18:28 +02:00
  • 5b568f0d25 update readme and check with linters gedi 2016-01-21 21:09:44 +02:00
  • 081a694b0a closes #24 gedi 2015-09-10 21:31:35 +03:00
  • febff80c09 do not expose sql driver methods for sqlmock, give interface v1.0.0 gedi 2015-08-28 11:06:14 +03:00
  • 711064c51d Merge pull request #21 from DATA-DOG/refactor Gediminas Morkevicius 2015-08-28 10:37:42 +03:00
  • 32a1b9d93f update readme and add example gedi 2015-08-27 10:34:01 +03:00
  • 5c18417f3f more expressive expectation error output gedi 2015-08-26 16:59:28 +03:00
  • 566ca54083 allow unordered expectation matching, support for goroutines gedi 2015-08-26 14:28:01 +03:00
  • 5a740a6373 rows scan error mocking test gedi 2015-08-05 13:37:58 +03:00
  • acfbd5d998 allow null values from csv string to be converted to nil gedi 2015-08-05 11:50:16 +03:00
  • dc0efdab8f allow to set errors for rows scan gedi 2015-07-22 16:17:35 +03:00
  • a071483cba concurrency support, closes #20 and closes #9 and closes #15 gedi 2015-07-17 13:14:30 +03:00
  • ed4836e31d update readme v0.2.0 gedi 2015-07-09 09:21:36 +03:00
  • f900b6ec8a Merge pull request #19 from brunoqc/patch-1 Gediminas Morkevicius 2015-06-27 11:07:18 +03:00
  • 51558a3715 Fix typo in README Bruno Bigras 2015-06-26 14:29:02 -04:00
  • 5d1551fda1 check for errors gedi 2015-03-30 22:32:57 +03:00
  • e163520142 related to sql escaping #14 gedi 2015-03-30 21:38:39 +03:00
  • 5b6166bfbf update travis gedi 2015-01-17 17:10:40 +02:00
  • 8b39a1b05d Merge pull request #12 from totalcareauto/cj_expectation_error Gediminas Morkevicius 2015-01-25 11:42:48 +02:00
  • 02e14710b4 Move errors in expectation to after query and args checks. Craig Jackson 2015-01-23 16:22:41 -07:00
  • f532427f05 Merge pull request #8 from PuppyKhan/master 0.1.0 Gediminas Morkevicius 2014-09-25 09:20:40 +03:00
  • 8db2b3b2d2 docs for ExpectPrepare Luigi Kapaj 2014-09-24 16:13:35 -04:00
  • cd47226ce2 unit test for Prepare Luigi Kapaj 2014-09-24 16:05:15 -04:00
  • bdbf874463 mock Prepare to return error Luigi Kapaj 2014-09-23 17:38:15 -04:00
  • e36ad8d068 return error instead panic if argument reflection types are not matching gedi 2014-08-16 12:48:11 +03:00
  • c8ac9dfd29 mention about escaping characters for regular expressions #6 gedi 2014-08-15 21:44:50 +03:00
  • db5b4c9deb update travis to get vet tool gedi 2014-08-14 20:48:03 +03:00
  • 60b2068e00 closes #5 gedi 2014-08-14 20:35:18 +03:00
  • 4c6f0e69c3 update formatting and readme gedi 2014-05-29 17:11:13 +03:00
  • 27fabfa23a add custom argument matching Algirdas Matas 2014-05-29 16:43:37 +03:00
  • fa31f407df closes #4 gedi 2014-04-21 18:21:28 +03:00
  • 2e154ee410 Merge pull request #3 from treetopllc/master Gediminas Morkevicius 2014-03-09 11:36:31 +02:00
  • 52242da115 make arg expectations optional John Robinson 2014-02-27 13:53:46 -08:00
  • 5aa5d01fb9 add test for row builder and NilType based row values gedi 2014-02-14 17:15:06 +02:00
  • efe94c317b compose Rows interface with sql driver.Rows gedi 2014-02-14 17:12:48 +02:00
  • bdba0bb0c6 Rows interface to allow building rows in different ways gedi 2014-02-14 00:14:32 +02:00
  • 008d8847b2 Merge remote-tracking branch 'hebo/typed_rows' gedi 2014-02-13 22:37:00 +02:00
  • 517a41ff43 Allow for multiple rows by manually creating each row Hebo 2014-02-13 11:59:35 -08:00
  • 936255418e Create a single row from an interface list - #1 Hebo 2014-02-12 17:02:35 -08:00
  • c33b881467 documentation update based on lint gedi 2014-02-08 17:51:58 +02:00
  • b89aa3ac1e let travis ci test it gedi 2014-02-07 16:52:26 +02:00
  • af59e07d27 update and test query whitespace stripping gedi 2014-02-07 15:04:47 +02:00
  • 6f1be66c43 update package for godoc gedi 2014-02-07 10:44:41 +02:00
  • ee2ed8f2d5 add doc blocks, split files gedi 2014-02-07 08:58:27 +02:00
  • 2fc5a0dd15 add readme and update error messages gedi 2014-02-06 17:03:46 +02:00
  • 3e67393335 initial commit gedi 2014-02-05 16:21:07 +02:00