Jessie A. Morris
|
b2d135c5e4
|
Merge pull request #326 from co60ca/master
Modify: existing panic in AddRow to give a hint to the issue
v1.5.1
|
2023-10-19 16:22:07 -06:00 |
|
Mae Kennedy
|
e4270300ef
|
Modify: existing panic in AddRow to give a hint to the issue
|
2023-10-19 17:24:06 +00:00 |
|
Jessie A. Morris
|
b2f0b45ee8
|
Merge pull request #318 from IvoGoman/fix/nilonstringpointer
CSVColParser: correctly set nil values in Rows
|
2023-08-10 10:05:53 -06:00 |
|
IvoGoman
|
4a9308e2e8
|
Update rows_test.go
Co-authored-by: Jessie A. Morris <jessie@jessieamorris.com>
|
2023-08-09 23:43:51 +02:00 |
|
Ivo Gosemann
|
fd971def42
|
CSVColParser: correctly set nil values in Rows
|
2023-08-09 17:19:35 +02:00 |
|
wangxiaolei
|
3476f31d8f
|
Merge pull request #315 from IvoGoman/fix/invalidcsvstring
fixes csv parse errors being silently ignored
|
2023-05-10 21:41:46 +08:00 |
|
Ivo Gosemann
|
a1ad26d110
|
fixes csv parse errors being silently ignored
|
2023-05-05 00:10:07 +02:00 |
|
wangxiaolei
|
44e746a20e
|
Merge pull request #295 from IvoGoman/fix-args-passed-not-exp
Fix args passed not exp
|
2022-08-19 23:24:26 +08:00 |
|
Ivo Gosemann
|
7c9a431ac4
|
Adds fix to before go 1.8
|
2022-08-01 11:07:26 +02:00 |
|
Ivo Gosemann
|
37b1bab1c0
|
Fixes expectations no arg exp but act args passed
|
2022-08-01 10:43:22 +02:00 |
|
Ghvst Code
|
fd316ea512
|
Merge pull request #289 from DATA-DOG/chore/issue-template
[Chore]: Add Issue Template
|
2022-06-24 21:18:47 +01:00 |
|
Ghvstcode
|
33a3e3a1b4
|
add issue template
|
2022-06-24 21:14:31 +01:00 |
|
Jessie A. Morris
|
f46c9e9974
|
Merge pull request #284 from col3name/master
Fix package reference in time example in readme.
|
2022-06-23 09:48:47 -06:00 |
|
bearname
|
742d0bc5c8
|
fix package
|
2022-02-07 15:03:11 +03:00 |
|
Gediminas Morkevicius
|
699dcdfa20
|
Merge pull request #279 from gliptak/travis1
Add Go 1.16 and 1.17 to Travis
|
2021-12-01 11:41:00 +02:00 |
|
Gábor Lipták
|
fc9f7daa31
|
Add Go 1.16 and 1.17 to Travis
Signed-off-by: Gábor Lipták <gliptak@gmail.com>
|
2021-11-17 21:34:00 -05:00 |
|
Ajitem Sahasrabuddhe
|
5b901db53a
|
Merge pull request #263 from DATA-DOG/add-multi-rows-support
Add Multi Row Support
|
2021-10-30 13:32:46 +05:30 |
|
Ajitem Sahasrabuddhe
|
4d55f937d0
|
fix go vet error
|
2021-05-30 13:21:28 +05:30 |
|
Ajitem Sahasrabuddhe
|
caefcfd920
|
support go 1.15
go versions 1.14 and below are unsupported as per https://golang.org/doc/devel/release#policy and hence the library does not support them either
|
2021-05-30 13:19:48 +05:30 |
|
Ajitem Sahasrabuddhe
|
2df2d8867c
|
add AddRows function to allow adding multiple rows
|
2021-05-30 13:15:50 +05:30 |
|
Ajitem Sahasrabuddhe
|
35c0d3c10b
|
add dependency to go.mod
|
2021-05-30 13:15:32 +05:30 |
|
Gediminas Morkevicius
|
07eed2a098
|
Merge pull request #249 from maguro/magurl/fix-exepectexec-stringer
Fix ExpectedExec Stringer implementation
|
2021-01-16 11:40:58 +02:00 |
|
Alan D. Cabrera
|
ad48e464a0
|
Fix ExpectedExec Stringer implementation
Sometimes the result is incorrectly set, so the cast that takes place in
the String() method returns nil.
|
2021-01-15 07:02:35 -08:00 |
|
ashhadsheikh
|
c35a79d518
|
Update code sample
|
2020-11-02 20:14:57 +05:30 |
|
koki
|
f920cc853b
|
Merge pull request #234 from gold-kou/feature/fix_travis_go1.15
Add go 1.15 in travis
|
2020-09-09 08:47:31 +09:00 |
|
koki.hatano
|
8e6be87ade
|
✨ Add go 1.15 in travis
|
2020-09-08 08:39:30 +09:00 |
|
Gediminas Morkevicius
|
b8a63d3edf
|
Merge pull request #231 from bonitoo-io/pr-152-again
Add Column Metadata
v1.5.0
|
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 |
|
Gediminas Morkevicius
|
3b99664e4f
|
Merge pull request #225 from Pawan-Bishnoi/fix_readme
Readme: build error in sample code
|
2020-05-13 00:11:44 +03:00 |
|
Pawan-Bishnoi
|
5d9cd27675
|
Readme: build error in test code
err redeclared
|
2020-05-12 11:39:27 +05:30 |
|
Gediminas Morkevicius
|
210237807c
|
Merge pull request #223 from gliptak/patch-1
Add Go 1.14 to Travis
|
2020-04-30 22:56:40 +03:00 |
|
Gábor Lipták
|
cb64891ad7
|
Add Go 1.14 to Travis
|
2020-04-29 16:56:15 -04:00 |
|
Gediminas Morkevicius
|
7d7fc89ac4
|
Merge pull request #216 from gliptak/gomod1
Remove 1.12 minimum Go version from go.mod
v1.4.1
|
2020-01-25 09:47:15 +02:00 |
|
Gábor Lipták
|
9bc1a4a3e0
|
Remove 1.12 minimum Go version from go.mod
Signed-off-by: Gábor Lipták <gliptak@gmail.com>
|
2020-01-23 17:16:06 -05:00 |
|
Gediminas Morkevicius
|
012d92843b
|
Merge pull request #208 from zevst/master
migration from custom namedValue to driver.NamedValue
v1.4.0
|
2019-12-05 01:04:32 +01:00 |
|
Nikita Koryabkin
|
4fbf605854
|
move tests
|
2019-12-04 10:44:50 +03:00 |
|
Nikita Koryabkin
|
8cf05c23ad
|
added tests
|
2019-12-04 10:38:13 +03:00 |
|
Nikita Koryabkin
|
03d1707c76
|
added tests
|
2019-12-04 09:26:45 +03:00 |
|
Nikita Koryabkin
|
594a047e2f
|
added tests
|
2019-12-04 09:02:10 +03:00 |
|
Nikita Koryabkin
|
5dc976bc43
|
added tests
|
2019-12-03 13:46:20 +03:00 |
|
Nikita Koryabkin
|
5a7ddb9845
|
added tests
|
2019-12-03 12:47:50 +03:00 |
|
Nikita Koryabkin
|
e062dfc202
|
fix import for test
|
2019-12-03 07:45:23 +03:00 |
|
Nikita Koryabkin
|
27bffac965
|
fix import time and fmt
|
2019-12-03 07:42:48 +03:00 |
|
Nikita Koryabkin
|
64c12dcb17
|
fix import driver
|
2019-12-03 07:40:19 +03:00 |
|
Nikita Koryabkin
|
7c97a0ddd1
|
fix go version less 1.8
|
2019-12-03 07:35:47 +03:00 |
|
Nikita Koryabkin
|
118815aba3
|
fix
|
2019-12-02 14:54:33 +03:00 |
|
Nikita Koryabkin
|
db5c272208
|
fix
|
2019-12-02 14:48:50 +03:00 |
|
Nikita Koryabkin
|
e1791635b1
|
Merge branch 'master' of github.com:DATA-DOG/go-sqlmock
|
2019-12-02 14:48:16 +03:00 |
|
Nikita Koryabkin
|
f3f5a5d16b
|
added support for mammoths
|
2019-12-02 14:39:36 +03:00 |
|