Specifies the maximum tree depth used by the SQLite internal parser when parsing a SQL expression.
property LimitExprDepth: integer default DefValLimitExprDepth;
Use the LimitExprDepth property to specify the maximum tree depth used by the SQLite internal parser when parsing a SQL expression. The default value is 1000. If the value is 0, no limit is enforced.