pub const MAX_COMPOUND_SELECT: usize = 500;
Maximum number of compound SELECT terms
SQLite uses 500 for SQLITE_MAX_COMPOUND_SELECT We match this value
This prevents stack overflow from deeply nested UNION/INTERSECT/EXCEPT chains