Details
-
Bug
-
Resolution: Fixed
-
Critical
-
2.6.0
-
Security Level: Public
-
None
-
JAK 129, JAK 130
-
4
Description
Any object obtained from a ResultSet, a Result, a Dictionary, an Array, etc, cannot be used once the ResultSet that owns the c4QueryEnum has been closed.
Closing the ResultSet will free the query enumerator and subsequent references to the Fleece data underlying it will have unpredictable results.
Any reference to any object that can be obtained from a QueryResult should fail immediatly, if the QueryResult that owns it has been closed.
Attachments
Issue Links
- is cloned by
-
CBL-5655 HELIUM: Native crash in objects derived from ResultSet
- Closed