When I\'m trying to create or destroy a record (running on SQLite3) in my Ruby on Rails app (or in console as well) I\'m getting an SQL Exceptio
Holy smokes... The situation is in-fact that the field name "hash" causes sqlite3 to throw this very unhelpful error. Tricky one...