Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
3.6.6
-
None
-
None
Description
Now integer value can be serialized only as Int or Long, and users can't select type explicitly.
implementation
Add support for Byte and Short, allow so select type for any number, for example send 1 as Byte or Short or Int or Long or Double, etc.
Find a way to handle values outside [MIN_SAFE_INTEGER,MAX_SAFE_INTEGER].
Attachments
Issue Links
- is depended upon by
-
TINKERPOP-3028 Convert translators to make use of the grammar
- Closed