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
This works:
client.query("select <schema::Cardinality>$param;", param="One")
This does not work:
client.query("select <array<schema::Cardinality>>$param;", param=["One"])
This behavior is inconsistent. The issue can be worked around using a double cast, but the DX is not ideal.
2.9
edgedb-python
1.2.0
The text was updated successfully, but these errors were encountered:
I ran into this problem too. My solution (for now) was use a string instead.
Sorry, something went wrong.
edgedb-python 1.4.0
045f127
Changes ======= * Update for rules of instance names (#423) (by @fantix in 5bc5699 for #420) * Synchronize error types (#429) (by @fantix in 03e4012) * Allow enums in array codec (#431) (by @fantix in 2de7e3f for #408) * Prohibit concurrent operations on the same transaction object (#430) (by @fantix in f1fa612 for #130) * Fix state of transaction start (#424) (by @fantix in 297de72) * codegen: Handle non-identifier characters in enum values (#432) (by @fantix in e1ec16d for #428) Docs ==== * docs: add Code Generation to table of contents (#421) (by @AndreasPB in ffe74a1 for #421)
Successfully merging a pull request may close this issue.
This works:
This does not work:
This behavior is inconsistent. The issue can be worked around using a double cast, but the DX is not ideal.
2.9
edgedb-python
version:1.2.0
The text was updated successfully, but these errors were encountered: