If sqlite is given a slightly misconfigured SQL statement (eg, incorrect JOIN statements), it could potentially try and retrieve millions of rows. (Question taken from here: https://github.com/sqlitebrowser/sqlitebrowser/issues/1005)
Is there any way of hooking into this before the actual records are retrieved, or a way of (cleanly) terminating a query after a period of time? Thanks, Chris _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

