Mark Rowe 848a5b1c09 Expose an object's internal object ID, and allow fetching an object by its object ID (#1460)
* Expose an object's internal object ID, and allow fetching an object by its object ID
* Throw an exception if methods related to object IDs are used on non-synced Realms.
* Use `std::stoull` to ensure we can return the entire range of possible values.
* Add tests for _objectId() / _objectForObjectId().
* Adding change log
* Skip ObjectIdTests.testSynced for non-Node.
2017-11-08 11:22:59 +01:00
..
2017-09-29 21:52:57 +03:00
2017-09-30 16:44:17 +03:00
2017-03-27 19:18:56 +03:00
2017-07-10 16:53:00 +02:00
2016-10-04 15:07:14 -07:00
2016-10-04 15:07:14 -07:00
2017-09-27 16:00:45 +02:00