DATA-DOG / go-sqlmock

Sql mock driver for golang to test database interactions
Other
5.95k stars 404 forks source link

Modify: existing panic in AddRow to give a hint to the issue #326

Closed co60ca closed 9 months ago

co60ca commented 9 months ago

I wrote a test for this as well. I tried to match the existing style of tests.

I hit this problem twice yesterday so I imagine it happens for others too. We use go-sqlmock a lot an I appreciate the work to maintain this project.

Resolves https://github.com/DATA-DOG/go-sqlmock/issues/325