Posts Tagged ‘debugging’

There should be one and only one…

Friday, July 9th, 2010

…migration subclass in Sequel migration files.

If you combine multiple migration subclasses in one file you get an uncomprehensible exception like this one:

org/sqlite/DB.java:275:in `execute': NativeException: java.sql.SQLException: schema_info.version may not be NULL (Sequel::DatabaseError)