Possible optimization: use the where clauses to key a cache of prepared queries.
This allows sqlite to skip the SQL parsing and might allow skipping parts of makeSelect.
We need to know the where clauses because for e.g. falsyBool they change depending on where value.
Possible optimization: use the where clauses to key a cache of prepared queries.
This allows sqlite to skip the SQL parsing and might allow skipping parts of makeSelect.
We need to know the where clauses because for e.g. falsyBool they change depending on where value.