edgedb / easy-edgedb

An illustrated textbook designed to be a one-stop shop for learning EdgeDB
https://www.edgedb.com/easy-edgedb
69 stars 36 forks source link

Chapter 5: Code snippet wrong #120

Closed 0c12a4c9-4c00-4211-8531-353dbff93969 closed 10 months ago

0c12a4c9-4c00-4211-8531-353dbff93969 commented 11 months ago
insert MinorVampire {
  name := 'Vampire Woman 1',
  master := assert_single(select Vampire filter .name = 'Count Dracula')
};

The select needs to be wrapped in parentheses.

Tried to do a PR but the code in master is different from what's deployed on the website and the content there is different

Dhghomon commented 10 months ago

Looks like this has already been taken care of so will close now!