-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Labels
Description
We currently run all of our tests using SQLite in memory.
While this runs super fast and works great it doesn't really test Polo against some specific scenarios such as how different databases quote fields or how on_duplicate works with different databases.
My assumption is that we could set up some extra databases with appraisal and get some more coverage.