We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(you don't have to strictly follow this form)
Describe the unexpected behaviour A clear and concise description of what works not as it is supposed to.
How to reproduce
SELECT JSON_VALUE('{"key": "value"}', '$.key')
chdb
CREATE TABLE
Expected behavior A clear and concise description of what you expected to happen.
Error message and/or stacktrace
chdb.ChdbError: Code: 48. DB::Exception: Functions JSON* are not supported: In scope SELECT JSONExtract('{"key": "value"}', 'Tuple(String)'), JSON_VALUE('{"key": "value"}', '$.key'). (NOT_IMPLEMENTED)
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
It a macOS compiling flags issue, should be issue of build.sh
Sorry, something went wrong.
Fixed #271
No branches or pull requests
(you don't have to strictly follow this form)
Describe the unexpected behaviour
A clear and concise description of what works not as it is supposed to.
How to reproduce
chdb
CREATE TABLE
statements for all tables involvedExpected behavior
A clear and concise description of what you expected to happen.
Error message and/or stacktrace
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: