MAX_COMPOUND_SELECT

Constant MAX_COMPOUND_SELECT 

Source
pub const MAX_COMPOUND_SELECT: usize = 500;
Expand description

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