sqlite-viewer-vscode icon indicating copy to clipboard operation
sqlite-viewer-vscode copied to clipboard

UI crash if function is not found

Open chgeo opened this issue 7 months ago • 0 comments

The UI crashes if an unknown function is used in a view definition:

image

I would expect that it only fails for the affected views, but still shows the rest. This is what an IntelliJ plugin does in this case:

image

See this sqlite file for an example: db.sqlite.zip (unzip it)

chgeo avatar Jul 02 '24 13:07 chgeo