Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link property with the same name as a property on the object doesn't work with double splat #7339

Closed
Gobot1234 opened this issue May 11, 2024 · 0 comments · Fixed by #7402
Closed
Assignees

Comments

@Gobot1234
Copy link

Currently having a link property with the same name as a property on the object kills the compiler when trying to use double splat. Is this intended?
image

  • EdgeDB Version: "5.0-rc.1+873d354"
  • EdgeDB CLI Version:
  • OS Version:

Schema:

module default {
	type X {
		created_at: datetime
	}
	type Y {
		x: X {
			created_at: datetime
		}
	}
}
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 a pull request may close this issue.

2 participants