Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve DB::Exception error handling (#165)
When the returned row contains `DB::Exception`, the adapter will erroneously raise an `ActiveRecord::ActiveRecordError`. The current check for `DB::Exception` doesn't account for that. Fixes #164
- Loading branch information