Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
qc_sqlite crashes with a very large compound select like
select 1 union select 1 union select 1 union select 1 ... union select 1
|
That may be unlikely, but the values in an INSERT INTO ... VALUES are handled by the same code and hence will crash as well.