Russell Nelson wrote:
Is there a way to tell Sqlite to be pickier about what it will accept? If it bombs out on anything that falls outside the union of (all supported database SQL), then just passing our tests should be sufficient, right?
No. And even if it didn't had its own laxitude (eg. accepting text in a numeric field), the abstraction layer would still be different, so you would also need to test that.