A long string as ID results in unexpected error
Summary
The following python code creates an unexpected server error
db.Record().add_parent("a"*255).insert()
Expected Behavior
It should result in a specific server error that states that the string that was supplied is too long to be a valid string ID.
Actual Behavior
Unexpected error
Steps to Reproduce the Problem
Execute code above
Specifications
- Version: 0.14.0
- Platform: Linux
Possible fixes
None