Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix test failing under fresh Sequel by guessing types
It's not clear what changed across c. 50 (!) releases of Sequel but it no longer returns :datetime for columns with altered precision. This commits fixes the issue by mapping raw DB types to the known symbols. It should not backfire.
- Loading branch information