Skip to content

Bindings get confused if a linkprop and a regular prop have the same name #377

@msullivan

Description

@msullivan

If you do something like this (on the cards test db)

v = db.query('''
    select User { deck: {@count, count := 10} }
''')

then v[0].deck[0].count will produce

'edgedb.Object' object has no attribute 'count'

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions