SQLite3 Error - cannot rollback - no transaction is active

后端 未结 3 1691
离开以前
离开以前 2020-12-20 17:52

SOLVED (see below)

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

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-20 18:33

    Holy smokes... The situation is in-fact that the field name "hash" causes sqlite3 to throw this very unhelpful error. Tricky one...

提交回复
热议问题