Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update sqlite3 adapter tests to accept error messages from v3.46.0
Upstream sqlite updated the error messages to be more descriptive starting in v3.46.0. Where the error message might look like this in earlier versions: no such column: non_existent in 3.46.0 it looks like: no such column: "non_existent" - should this be a string literal in single-quotes? The tests have been updated to accept either style of message. The sqlite3-ruby gem will release a version with this vendored version shortly, see sparklemotion/sqlite3-ruby#536
- Loading branch information