This repository has been archived by the owner on Mar 21, 2023. It is now read-only.
v1.0.2
Added:
- Limit and offset parameter support via
Connection.CollectionOpts()
- Implemented
Collection.Length()
- Performance improvements when reading collections, less memory copy overhead and uses quicker
rclReadCollection
C API function - Added support for direct data object initialization (previously the parent collection needed to be loaded first)
Bug Fixes:
- Fixed bug in
DataObj.Open()
error handling - Fixed bug when authenticating with tickets, parent collection isn't required when initializing data objects directly