pglite icon indicating copy to clipboard operation
pglite copied to clipboard

Expose useLiveQuery SQL error

Open edishu opened this issue 9 months ago • 0 comments

I'm building a SQL editor using pglite and react-pglite. While a user is editing query there can be syntax errors in the query. The useLiveQuery hook in that case throws an error like:

Uncaught (in promise) error: syntax error at or near "table"
sql-console-error

But there is no way to obtain this SQL error from useLiveQuery. If I have access to the error I can expose it in the UI so that user can correct their query.

edishu avatar Apr 14 '25 18:04 edishu