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.
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_duplicateworks with different databases.My assumption is that we could set up some extra databases with appraisal and get some more coverage.