You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I run edgedb-py I get the following error message:
File "edgedb\protocol\protocol.pyx", line 322, in _parse
edgedb.errors.QueryError: modification of computed property 'display_name' of object type 'default::PackageVersion' is prohibited
┌─ query:8:5
│
8 │ display_name := <optional str>$display_name ?? .display_name,
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error
Expected behavior
I would hope to have an error indicating that the query is trying to SET the same field twice, the name of the field, and the line that's setting it for the second time.
Versions (please complete the following information):
OS: Windows
EdgeDB version: 5.2
EdgeDB CLI version: 5.1.0+fdf5320
edgedb-python version: 1.9.0
Python version: 3.11.4
Additional context
Thanks for your great work on edgedb!
The text was updated successfully, but these errors were encountered:
Describe the bug
I had a duplicate field in a query:
when I run
edgedb-py
I get the following error message:Expected behavior
I would hope to have an error indicating that the query is trying to
SET
the same field twice, the name of the field, and the line that's setting it for the second time.Versions (please complete the following information):
edgedb-python
version: 1.9.0Additional context
Thanks for your great work on edgedb!
The text was updated successfully, but these errors were encountered: