1
0
mirror of https://github.com/zhashkevych/go-sqlxmock.git synced 2025-06-24 21:56:48 +02:00

Commit Graph

  • f973d0041c updated install command in readme master Maksim Zhashkevych 2020-10-23 15:18:17 +03:00
  • 44c6b4f7b7 updated readme v1.5.1 Maksim Zhashkevych 2020-10-22 12:32:47 +03:00
  • 1bfbf460e0 updated go.mod Maksim Zhashkevych 2020-10-22 11:55:16 +03:00
  • 01cac9ec0f added jmoiron/sqlx support sqlx Maksim Zhashkevych 2020-10-22 11:48:58 +03:00
  • f920cc853b Merge pull request #234 from gold-kou/feature/fix_travis_go1.15 koki 2020-09-09 08:47:31 +09:00
  • 8e6be87ade Add go 1.15 in travis koki.hatano 2020-09-08 08:39:30 +09:00
  • b8a63d3edf Merge pull request #231 from bonitoo-io/pr-152-again v1.5.0 Gediminas Morkevicius 2020-06-28 18:11:42 +03:00
  • 3b533ba431 Add Column Metadata #152 Ales Pour 2020-06-22 22:26:35 +02:00
  • 7c0bc43a68 looking for maintainers note gedi 2020-06-21 16:53:00 +03:00
  • 3b99664e4f Merge pull request #225 from Pawan-Bishnoi/fix_readme Gediminas Morkevicius 2020-05-13 00:11:44 +03:00
  • 5d9cd27675 Readme: build error in test code Pawan-Bishnoi 2020-05-12 11:39:27 +05:30
  • 210237807c Merge pull request #223 from gliptak/patch-1 Gediminas Morkevicius 2020-04-30 22:56:40 +03:00
  • cb64891ad7 Add Go 1.14 to Travis Gábor Lipták 2020-04-29 16:56:15 -04:00
  • 7d7fc89ac4 Merge pull request #216 from gliptak/gomod1 v1.4.1 Gediminas Morkevicius 2020-01-25 09:47:15 +02:00
  • 9bc1a4a3e0 Remove 1.12 minimum Go version from go.mod Gábor Lipták 2020-01-23 17:16:04 -05:00
  • 012d92843b Merge pull request #208 from zevst/master v1.4.0 Gediminas Morkevicius 2019-12-05 01:04:32 +01:00
  • 4fbf605854 move tests Nikita Koryabkin 2019-12-04 10:44:50 +03:00
  • 8cf05c23ad added tests Nikita Koryabkin 2019-12-04 10:38:13 +03:00
  • 03d1707c76 added tests Nikita Koryabkin 2019-12-04 09:26:45 +03:00
  • 594a047e2f added tests Nikita Koryabkin 2019-12-04 09:02:10 +03:00
  • 5dc976bc43 added tests Nikita Koryabkin 2019-12-03 13:46:20 +03:00
  • 5a7ddb9845 added tests Nikita Koryabkin 2019-12-03 12:47:50 +03:00
  • e062dfc202 fix import for test Nikita Koryabkin 2019-12-03 07:45:23 +03:00
  • 27bffac965 fix import time and fmt Nikita Koryabkin 2019-12-03 07:42:48 +03:00
  • 64c12dcb17 fix import driver Nikita Koryabkin 2019-12-03 07:40:19 +03:00
  • 7c97a0ddd1 fix go version less 1.8 Nikita Koryabkin 2019-12-03 07:35:47 +03:00
  • 118815aba3 fix Nikita Koryabkin 2019-12-02 14:54:33 +03:00
  • db5c272208 fix Nikita Koryabkin 2019-12-02 14:48:50 +03:00
  • e1791635b1 Merge branch 'master' of github.com:DATA-DOG/go-sqlmock Nikita Koryabkin 2019-12-02 14:48:16 +03:00
  • f3f5a5d16b added support for mammoths Nikita Koryabkin 2019-12-02 14:39:36 +03:00
  • b91d98d893 Merge pull request #204 from mhuxtable/feature/expect_pings Gediminas Morkevicius 2019-12-01 18:31:43 +01:00
  • 2ef7c147be migration from custom namedValue to driver.NamedValue Nikita Koryabkin 2019-11-28 13:51:27 +03:00
  • dd0fe2afd6 Add ExpectPing to watch for db Ping calls Matthew Huxtable 2019-11-04 18:02:04 +00:00
  • 36d18c96ee Merge pull request #205 from mhuxtable/travis-builds-go1.13 Gediminas Morkevicius 2019-11-06 14:44:52 +02:00
  • 1d90f09713 Enable travis builds on go 1.13.x Matthew Huxtable 2019-11-04 19:28:50 +00:00
  • e64ef33e8b Merge pull request #195 from berupp/custom_types_exec_fix Gediminas Morkevicius 2019-09-27 21:01:38 +03:00
  • 181c3c5c8e Fix go fmt Benjamin Rupp 2019-09-25 10:45:27 -04:00
  • cb3e425163 Moving Exec(...) test to 1.9 build as NamedValueChecker is only supported since 1.9 Benjamin Rupp 2019-09-25 10:33:09 -04:00
  • 4567d0a670 Adjusting < go 1.8 implementation Benjamin Rupp 2019-09-25 09:25:15 -04:00
  • 327ae5dcb6 Fix for mocking Exec with custom []string datatype Benjamin Rupp 2019-09-25 09:13:06 -04:00
  • 6099e2fbb4 Adding unit tests for Query/Scan and Exec mocking, using custom []string data type Benjamin Rupp 2019-09-25 09:11:30 -04:00
  • e98392b811 Merge pull request #177 from dackroyd/invalidate-sql-rawbytes-memory Gediminas Morkevicius 2019-06-21 13:39:28 +03:00
  • d5879ee4b7 Invalidate memory scanned into sql.RawBytes David Ackroyd 2019-06-21 13:28:10 +10:00
  • 6c8a572d09 for some reason transaction statement was not working on go1.8 gedi 2019-06-07 09:37:36 +03:00
  • 4ee1fdaf44 closes #159 gedi 2019-06-07 09:26:40 +03:00
  • 7500ecac5e Merge pull request #174 from krevels/out_parameter_support Gediminas Morkevicius 2019-06-05 09:30:04 +03:00
  • 470c520119 formatting Kyril Revels 2019-06-04 17:59:34 -04:00
  • 1dd355d63c support for usage of sql.Out as a param value Kyril Revels 2019-06-04 17:57:33 -04:00
  • ef0bdf231a Merge pull request #167 from sekky0905/remove-travis-sudo-setting Gediminas Morkevicius 2019-03-22 16:25:48 +02:00
  • 9daf2407ed Remove sudo setting from travis.yml sekky0905 2019-03-22 21:58:17 +09:00
  • 3f9954f6f6 Merge pull request #164 from theodesp/examples/go-sql-driver-imports v1.3.3 Gediminas Morkevicius 2019-03-01 16:57:32 +02:00
  • 314ebd6022 Reverted back example imports Theo 2019-02-28 18:29:25 +00:00
  • c05e0c0b97 Merge pull request #165 from theodesp/typo-fixes Gediminas Morkevicius 2019-02-28 13:00:43 +02:00
  • 26446431a0 Typos again. Theo 2019-02-28 10:47:32 +00:00
  • 882c1d1daa Fixed some typos Theo 2019-02-27 19:44:03 +00:00
  • 7b89f04a98 Restored Readme section format Theo 2019-02-27 17:09:09 +00:00
  • 05afef726f Add go-sql-driver imports to make it easier to run the examples Theo 2019-02-27 17:04:14 +00:00
  • 7f7699b45e Merge pull request #162 from midnightrun/master Gediminas Morkevicius 2019-02-18 20:17:19 +00:00
  • b03ef5f2a4 Update expectations.go Camal Cakar 2019-02-18 18:42:21 +01:00
  • dfdf60c043 update travis config gedi 2019-02-13 09:34:40 +02:00
  • 08cb21bb55 closes #161 removes references to gopkg.in gedi 2019-02-13 09:29:47 +02:00
  • 472e287dba fixes the go module name v1.3.2 gedi 2019-02-12 15:25:38 +02:00
  • 4076b744ea add go.mod, closes #160 v1.3.1 gedi 2019-02-12 14:29:23 +02:00
  • 2a5889fc86 Merge pull request #151 from darwish/master Gediminas Morkevicius 2018-12-21 10:51:09 +02:00
  • e671f177c0 adds missing lock around e.fulfilled() in ExpectationsWereMet() Michael Darwish 2018-12-20 13:00:51 -05:00
  • f7b0b9305b closes #114 allow expecting rows to be closed gedi 2018-12-11 17:38:12 +02:00
  • a6e6646ad9 use configured QueryMatcher in order to match expected SQL to actual, closes #70 gedi 2018-12-11 14:56:33 +02:00
  • 2a15d9c09b add QueryMatcher interface for customizing SQL matching gedi 2018-12-11 14:22:16 +02:00
  • e4e10ddf73 Merge pull request #147 from gliptak/gofmt1 Gediminas Morkevicius 2018-10-21 23:12:15 +03:00
  • c6bf1c0f76 Gofmt sqlmock_test.go Gábor Lipták 2018-10-20 15:47:45 -04:00
  • d4b2bccf3e Merge pull request #134 from nineinchnick/custom-converter Gediminas Morkevicius 2018-09-14 13:42:08 +03:00
  • 168056e96a move options to a separate file Jan Was 2018-09-14 11:03:24 +02:00
  • c19298f520 Merge pull request #142 from craigfitzpatrick/master v2 Gediminas Morkevicius 2018-09-14 08:42:22 +03:00
  • 8240a82333 Fix scanning nulls from CSV input, add unit test Craig Fitzpatrick 2018-09-13 14:08:26 -04:00
  • 4eed5ba1a0 add latest go version to travis build gedi 2018-09-08 19:12:32 +03:00
  • 3cbf32d5e7 more tests Jan Waś 2018-08-06 23:07:17 +02:00
  • 298bfde310 add tests Jan Waś 2018-08-06 22:59:44 +02:00
  • aaceb21fbd use custom converter only in newer go Jan Waś 2018-08-06 22:49:41 +02:00
  • 3d31483014 add comment to CheckNamedValue Jan Waś 2018-08-06 22:41:15 +02:00
  • f2bc8f904e allow to use a custom converter Jan Waś 2018-08-06 22:29:24 +02:00
  • c8e01dc244 custom driver value mocking #131 gedi 2018-08-03 22:46:48 +03:00
  • 852fc940e4 Merge pull request #129 from dolmen/apply-ParameterConverter-on-Row-values Gediminas Morkevicius 2018-07-20 11:32:39 +03:00
  • 92e5f46c1c tests/NullInt.Scan: remove support for int{,8,16,32} Olivier Mengué 2018-07-12 16:03:36 +02:00
  • 896b89a023 Rows.AddRow(): enforce conversion to driver.Value when building row Olivier Mengué 2018-07-12 15:54:57 +02:00
  • 4d2035c879 Merge pull request #128 from dolmen/improve-Travis-CI Gediminas Morkevicius 2018-07-12 16:15:28 +03:00
  • 5e7c2fba63 Merge pull request #127 from dolmen/fix-test-NullInt Gediminas Morkevicius 2018-07-12 16:08:31 +03:00
  • 5c0fec018b tests/NullInt.Scan: add FIXME about removing int{,8,16,32} input support Olivier Mengué 2018-07-12 13:57:47 +02:00
  • 87bbc72050 tests/Null{Int,Time}: do not change the value in case of error Olivier Mengué 2018-07-12 11:58:55 +02:00
  • 9119b1dbff tests/Null{Int,Time}: refactor Scan for less lines of code Olivier Mengué 2018-07-12 11:55:17 +02:00
  • f974ac3c0c tests/NullInt: fix Value() to return a valid driver.Value Olivier Mengué 2018-07-12 11:49:33 +02:00
  • 4f574cddfd tests/NullInt: fix Scan from string/[]byte Olivier Mengué 2018-07-12 11:47:20 +02:00
  • c1f08b2bb1 tests/NullInt.Scan: fix integer conversion from int{8,16,32,64} Olivier Mengué 2018-07-12 11:23:49 +02:00
  • 3af22b4a29 Use gopkg.in import path in examples and Travis Olivier Mengué 2018-07-12 14:57:57 +02:00
  • ad9241832e Travis-CI: we don't need sudo Olivier Mengué 2018-07-12 14:32:58 +02:00
  • b9ca56ce96 add go1.10 in travis gedi 2018-03-04 17:30:57 +02:00
  • a6b4b164c6 Merge pull request #110 from markuswrnp/wait-error Gediminas Morkevicius 2018-02-21 09:21:20 +02:00
  • 32675e3ad1 delay for WillDelayFor() duration, before returning error set by WillReturnError() Wachowski 2018-02-20 17:30:20 -07:00
  • a7b3087be7 Merge pull request #101 from gliptak/patch-1 Gediminas Morkevicius 2017-11-27 10:00:01 +02:00
  • 710c1a61f5 Merge pull request #102 from gliptak/spell1 Gediminas Morkevicius 2017-11-27 09:57:17 +02:00
  • 395520ee2d Correct spelling Gábor Lipták 2017-11-25 09:32:15 -05:00