One of my columns was named 'order', which caused a SQLException since that's a keyword. Adding single quotes around the column names fixes the problem (at least for SQLite). Sorry for all the little whitespace changes, I guess my editor was being a bit overzealous
One of my columns was named 'order', which caused a SQLException since that's a keyword. Adding single quotes around the column names fixes the problem (at least for SQLite). Sorry for all the little whitespace changes, I guess my editor was being a bit overzealous