DATA-DOG / go-sqlmock

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

WIP: Fix WillReturnRows(nil) in expectations_go18.go #314

Open chrisirhc opened 1 year ago

chrisirhc commented 1 year ago

The addition of the resultset logic caused a nil pointer dereference panic whenever nil is used as an input.

This is a WIP PR. I intend to add a unit test for this.