edgedb-python icon indicating copy to clipboard operation
edgedb-python copied to clipboard

Fix unpack of links for polymorphic fields

Open 1st1 opened this issue 7 months ago • 2 comments

Right now codecs resolve distinct list types using the top-level type passed via __edgeql__. To make polymorphic links work we need to do that dynamically based on __tid__.

1st1 avatar May 31 '25 15:05 1st1

@vpetrovykh we need to test this -- I've implemented this but I think we need more tests -- try breaking it.

1st1 avatar Jun 16 '25 19:06 1st1

I fixed the case where there are link properties and added tests for that, at least

msullivan avatar Sep 26 '25 20:09 msullivan