SQLite Forum

DB Browser for SQLite
Login

DB Browser for SQLite

(1) By anonymous on 2020-10-09 16:09:33 [source]

Hello, when I run a query, no information about the number of rows appears, only the result view. If my query has an error, it remains blank and I don't get the error. For example, the query

SELECT *
FROM
it should throw an error, however the screen where the results appear remains blank.

(2) By Stephan Beal (stephan) on 2020-10-09 16:53:27 in reply to 1 [link] [source]

it should throw an error, however the screen where the results appear remains blank

You will need to report that to the project responsible for the app you're using. This project is only responsible for the underlying C library and does not have a UI beyond the sqlite console app.