feature request: sqlite3.38+ support for json to use its new features
laoshaw opened this issue · 1 comments
laoshaw commented
the > and >> operators on json objects are not yet supported in litecli, they're added in 3.38. Thanks.
mjpieters commented
This doesn't appear to be litecli specific; litecli uses the Python standard library sqlite3
module, which loads the currently-installed version of the sqlite library. If you want to use a newer sqlite version, you have to upgrade that library.
How to do that is system specific; see the following Stack Overflow questions on some of the specifics for each operating system: