Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disallow text in int column in SQLite get_affected_rows() test
The unit test relies on failing to insert "a" into an integer column but SQLite is perfectly fine with doing this by default, so use an explicit CHECK constraint to prevent this from succeeding and to make it behave in the same way as the other databases.
- Loading branch information