LIMIT_VDBE_OP top-level constant
int
const LIMIT_VDBE_OP
The maximum number of instructions in a virtual machine program used to implement an SQL statement.
If sqlite3_prepare_v2() or the equivalent tries to allocate space for more than this many opcodes in a single prepared statement, an SQLITE_NOMEM error is returned.
Implementation
const LIMIT_VDBE_OP = 5;