PHB-CS123 / graphene

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

Trying to insert an int that's too big to fit in 8 bytes should be disallowed #26

Closed eugene-bulkin closed 9 years ago

eugene-bulkin commented 9 years ago

Currently, the database will not detect that you tried to insert an int that is too big. This should be handled before we try to actually insert a value.

eugene-bulkin commented 9 years ago

Fixed in 09a44e8d3d006be38431383fc97108e841b6ce46.