
In case of very large compound selects or an INSERT with many values, qc_sqlite could run out of stack space. To deal with that, the critical recursion is turned into an iteration.
In case of very large compound selects or an INSERT with many values, qc_sqlite could run out of stack space. To deal with that, the critical recursion is turned into an iteration.