bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#58363: 29.0.50; sqlite-select does not signal errors and errors shou


From: Jonas Bernoulli
Subject: bug#58363: 29.0.50; sqlite-select does not signal errors and errors should be improved
Date: Fri, 07 Oct 2022 20:52:59 +0200

sqlite-select does not signal any errors.  This just returns nil for
example:

  (sqlite-select (sqlite-open nil) "SELECT * FROM no_such_table")

At least some of the other functions do signal errors when appropriate.

  (sqlite-execute db "bla")
  -error-> (error "near \"bla\": syntax error")

It would be nice if a dedicated error type were used and if the error
code was included in the error data.  Maybe it would even make sense
to use dedicated error types for all of the "primary result codes" as
per https://sqlite.org/rescode.html.

     Thanks for considering,
     Jonas





reply via email to

[Prev in Thread] Current Thread [Next in Thread]