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
Add JSONB field support
The text was updated successfully, but these errors were encountered:
@pikhovkin Hello, could you give more details of use cases?
Sorry, something went wrong.
For example, I want queries like these to work
SELECT * FROM json_test WHERE data -> 'b' > '1'; SELECT event -> 'my_kpi' -> 'kpi1' as integer FROM json_test;
This will be enough if it works for PostgreSQL and TimescaleDB.
No branches or pull requests
Add JSONB field support
The text was updated successfully, but these errors were encountered: