agentm / project-m36

Project: M36 Relational Algebra Engine
The Unlicense
895 stars 48 forks source link

validate attribute uniqueness #170

Closed agentm closed 6 years ago

agentm commented 6 years ago
y:=relation{a Int, a Text}

should fail with an error.

z:=relation{tuple{a 3, a 5}}

does fail, but in parsing. Make sure it fails in relation creation as well.