PHB-CS123 / graphene

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

creating multiple types causes overwriting #4

Closed codyhan94 closed 9 years ago

codyhan94 commented 9 years ago
> CREATE TYPE Person (name: string, age: int)
.. OK
> DESC TYPE Person
.. OK
> CREATE TYPE T (a: int)
.. OK
> DESC TYPE Person
!! age has been replaced with a
codyhan94 commented 9 years ago

Fixed in https://github.com/PHB-CS123/graphene/commit/af92f90df1176c71d48c93b35aad1f381db6ac12