-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
Description
I'm trying to execute a query using JSON1 in SQLite Browser under Linux Mint, however the extension seems to be missing in this binary.
Details for the issue
What did you do?
I just tried the nightly release on Linux Mint 20 with the following commands:
sudo add-apt-repository -y ppa:linuxgndu/sqlitebrowser-testingsudo apt-get updatesudo apt-get install sqlitebrowser
This gives me the following version in the "About" dialog: DB Browser for SQLite Version 3.12.99 (Oct 10 2020)
What did you expect to see?
For example, the basic query:
SELECT json_extract(json('{"greeting": "hello"}'), '$.greeting')... should work.
What did you see instead?
The example query above produces the following error:
Execution finished with errors.
Result: no such function: json
At line 1:
SELECT json_extract(json('{"greeting": "hello"}'), '$.greeting')
Useful extra information
The info below often helps, please fill it out if you're able to. :)
What operating system are you using?
- Windows: ( version: ___ )
- Linux: (Mint 20 )
- macOS: ( version: ___ )
- Other: ___