Name
SQLITE_MAX_EXPR_DEPTH — Max SQL expression tree depth
Common Usage
SQLITE_MAX_EXPR_DEPTH=stack-depth
Description
Maximum depth of an SQL expression
tree. This is used to limit the stack-space used when parsing a
large SQL expression. A value of 0 represents no limit.