Closed judepayne closed 1 year ago
Hi,
Mistakenly setting the database path to nil, causes a query or an execute! statement to hang indefinitely.
nil
query
execute!
(sqlite\query nil "SELECT * FROM config")
Same for execute. Could we trap this error please?
execute
Hm yeah, I think a PR for this would be good. I can take a look in a few weeks but if someone will beat me to it, I'd be happy to take the PR. cc @lispyclouds
Hi,
Mistakenly setting the database path to
nil
, causes aquery
or anexecute!
statement to hang indefinitely.Same for
execute
. Could we trap this error please?