PHB-CS123 / graphene

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

Creating new node with uninitialized nodestore.db file attempts to write to index 0 #2

Closed codyhan94 closed 9 years ago

codyhan94 commented 9 years ago

If graphenestore.nodestore.db exists but is empty (via a touch command or other manual fiddling), the code would break when trying to add a node.

Fixed in 8a16e5c.