Class: SQLite::Exceptions::MisuseException

Inherits:
Object
  • Object
show all
Defined in:
ext/sqlite-api.c

Overview

From the SQLite documentation:

“This error might occur if one or more of the SQLite API routines is used incorrectly. Examples of incorrect usage include calling sqlite_exec after the database has been closed using sqlite_close or calling sqlite_exec with the same database pointer simultaneously from two separate threads.”