Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sql: handle panic in InternalExecutor.exec()
Previously defered error augmentation in internal executor expectec either resultset or error being populated and didn't handle panic down the stack correctly. This was giving slightly misleading error messages. This change adds a case where panic is propagated correctly if both error and resultset are nil. Release note: None
- Loading branch information