Skip to content

Conversation

@stevechen
Copy link

This EdgeQL code causes an error
for place_name in select (array_unpack(Place.important_places)) union (insert Landmark { name := place_name });

removing the 'select' fixes it.

Copy link

@scotttrinh scotttrinh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the parentheses around the array_unpack are also extraneous if you want to remove those, too.

@stevechen
Copy link
Author

I think the parentheses around the array_unpack are also extraneous if you want to remove those, too.

First time doing a pull request… so not sure what's the best way to do that. Just make another commit and push?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants