mirror of
https://github.com/SOCI/soci.git
synced 2026-02-13 17:18:35 -06:00
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.