Skip to content

JSON1 Extension still unavailable under Ubuntu / Linux Mint #2439

@MartinHaeusler

Description

@MartinHaeusler

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-testing
  • sudo apt-get update
  • sudo 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: ___

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions