PHB-CS123 / graphene

CS123 Graph Database Project
Apache License 2.0
0 stars 0 forks source link

Matching Relations #7

Closed eugene-bulkin closed 9 years ago

eugene-bulkin commented 9 years ago

Implement relation matching.

Can handle queries and returning specific values. Queries still do not do any useful boolean logic. Returning specific values handles possible ambiguity in names and throws error if there is such a problem. Likewise with duplicate property names.

coveralls commented 9 years ago

Coverage Status

Coverage increased (+0.81%) to 99.13% when pulling 47225f546da0075312f101095cacc744dcb08259 on relmatch into b5a6156f828c2413b4575b97f9e41284c7275754 on master.

Davidpena commented 9 years ago

Can you add function headers? I have no idea what half the functions do >.<

coveralls commented 9 years ago

Coverage Status

Coverage increased (+0.81%) to 99.13% when pulling 6c35021bd86a613bf8ea8bb0adf04f1c18928acb on relmatch into b5a6156f828c2413b4575b97f9e41284c7275754 on master.