lastland / scala-forklift

Type-safe data migration tool for Slick, Git and beyond.
Other
188 stars 31 forks source link

Fix the test failure in SQLiteMigrationTests #15

Open lastland opened 8 years ago

lastland commented 8 years ago

The case "up should deprecate object models of previous versions" fails to throw SQLException as expected.

The problem is caused by Slick 3.1.0 and SQLite. See more in: https://github.com/slick/slick/issues/1402