edgedb / edgedb

A graph-relational database with declarative schema, built-in migration system, and a next-generation query language
https://edgedb.com
Apache License 2.0
12.79k stars 392 forks source link

edb.errors.InternalServerError: 'NoneType' object has no attribute 'is_single' #5808

Closed usaccounts closed 8 months ago

usaccounts commented 11 months ago
create type a;
create type b;
with  x := (insert b) insert a;

edb.errors.InternalServerError: 'NoneType' object has no attribute 'is_single'

(nightly 4.0-dev.7669+aff1ecb)

msullivan commented 8 months ago

Whoops, wish I hadn't missed this issue! Fixed by https://github.com/edgedb/edgedb/pull/6287