dkubb / axiom

Simplifies querying of structured data using relational algebra
https://github.com/dkubb/axiom
MIT License
457 stars 22 forks source link

Assert irreducible keys #17

Closed dkubb closed 11 years ago

dkubb commented 11 years ago

This branch adds an assertion to Keys.new that will raise an exception if the keys are not irreducible, that is they can be further decomposed into a key containing a subset of the attributes.

dkubb commented 11 years ago

This PR has had no negative comments since creation 5 days ago, so I'm merging it in now.