Is there any way to limit the time a query takes? i.e. tell sqlite to give up and return an error is the query is not done within a certain time.
>From the limits page of the documentation, it appears not to be possible, but also not to matter too much: the explanation of limits of LIKE and GLOB patterns discusses maliciously constructed patterns, but DOS by a malicious user is not discussed elsewhere, so I guess it is unlikely to be an issue in other circumstances and I should not be too bothered about this. Graeme -- Graeme Pietersz http://moneyterms.co.uk/ http://pietersz.co.uk/ _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

