-
Notifications
You must be signed in to change notification settings - Fork 420
jsonpath is not supported #635
New issue
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
Comments
Сan be fixed in application code by setting 'str' codec for jsonpath.
|
elprans
added a commit
that referenced
this issue
Nov 27, 2020
The last round of support for esoteric builtin types was quite a while ago, so catch up. Out of non-internal types this adds support for the new `jsonpath` type. Fixes: #635.
elprans
added a commit
that referenced
this issue
Nov 27, 2020
The last round of support for esoteric builtin types was quite a while ago, so catch up. Out of non-internal types this adds support for the new `jsonpath` type. Fixes: #635.
elprans
added a commit
that referenced
this issue
Nov 29, 2020
The last round of support for esoteric builtin types was quite a while ago, so catch up. Out of non-internal types this adds support for the new `jsonpath` type. Fixes: #635.
elprans
added a commit
that referenced
this issue
Dec 2, 2020
The last round of support for esoteric builtin types was quite a while ago, so catch up. Out of non-internal types this adds support for the new `jsonpath` type. Fixes: #635.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the issue with a local PostgreSQL install?: no
uvloop?: uvloop is used
Quering jsonb_path_query with jsonpath raises NotImplementedError:
unhandled standard data type 'jsonpath' (OID 4072)
Here is original query:
jsonpath is a string.
The text was updated successfully, but these errors were encountered: