maxSqliteRawQueryRows top-level constant
int
const maxSqliteRawQueryRows
Row cap for raw ?q= SQL — protects against SELECT * on
multi-million-row tables (omp's MAX_RAW_QUERY_ROWS).
Implementation
const maxSqliteRawQueryRows = 1000;