Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-10-19 | 2.1 kB | |
v1.5.1 source code.tar.gz | 2023-10-19 | 37.0 kB | |
v1.5.1 source code.zip | 2023-10-19 | 60.3 kB | |
Totals: 3 Items | 99.4 kB | 0 |
Release was tested & verified using aws-sqk
What's Changed
- Add go 1.15 in travis by @gold-kou in https://github.com/DATA-DOG/go-sqlmock/pull/234
- Update code sample by @ashhadsheikh in https://github.com/DATA-DOG/go-sqlmock/pull/244
- Fix ExpectedExec Stringer implementation by @maguro in https://github.com/DATA-DOG/go-sqlmock/pull/249
- Add Multi Row Support by @asahasrabuddhe in https://github.com/DATA-DOG/go-sqlmock/pull/263
- Add Go 1.16 and 1.17 to Travis by @gliptak in https://github.com/DATA-DOG/go-sqlmock/pull/279
- fix package by @col3name in https://github.com/DATA-DOG/go-sqlmock/pull/284
- [Chore]: Add Issue Template by @Ghvstcode in https://github.com/DATA-DOG/go-sqlmock/pull/289
- Fix args passed not exp by @IvoGoman in https://github.com/DATA-DOG/go-sqlmock/pull/295
- fixes csv parse errors being silently ignored by @IvoGoman in https://github.com/DATA-DOG/go-sqlmock/pull/315
- CSVColParser: correctly set nil values in Rows by @IvoGoman in https://github.com/DATA-DOG/go-sqlmock/pull/318
- Modify: existing panic in AddRow to give a hint to the issue by @co60ca in https://github.com/DATA-DOG/go-sqlmock/pull/326
New Contributors
- @gold-kou made their first contribution in https://github.com/DATA-DOG/go-sqlmock/pull/234
- @ashhadsheikh made their first contribution in https://github.com/DATA-DOG/go-sqlmock/pull/244
- @maguro made their first contribution in https://github.com/DATA-DOG/go-sqlmock/pull/249
- @asahasrabuddhe made their first contribution in https://github.com/DATA-DOG/go-sqlmock/pull/263
- @col3name made their first contribution in https://github.com/DATA-DOG/go-sqlmock/pull/284
- @Ghvstcode made their first contribution in https://github.com/DATA-DOG/go-sqlmock/pull/289
- @IvoGoman made their first contribution in https://github.com/DATA-DOG/go-sqlmock/pull/295
- @co60ca made their first contribution in https://github.com/DATA-DOG/go-sqlmock/pull/326
Full Changelog: https://github.com/DATA-DOG/go-sqlmock/compare/v1.5.0...v1.5.1