Unable to get entity by key id (int64) from Datastore #1412
Labels
api: datastore
Issues related to the Datastore API.
priority: p0
Highest priority. Critical issue. P0 implies highest priority.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
For example, datastore already contains an entity with id = 100000000000001234 (18 digits). The integers in JavaScript (numbers without a period or exponent notation) are considered accurate up to 15 digits. 100000000000001234 will be 100000000000001000. Maybe the Long type support (in the cloud.datastore.key method) is a way how to resolve this issue.
The text was updated successfully, but these errors were encountered: