Inserting pointer set to nil causes panic
orian opened this issue · 0 comments
orian commented
The below value inserted is causing a panic:
var j *int64 = nil
The fix could be found: https://github.com/orian/dbr/tree/fix-nil-ptr
I'm creating a pull request.