-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: 3.1.2
-
Component/s: Internal Client, Networking, Querying
In DBClientBase::query, if DBClientCursor can't be initialized, we return NULL. We should throw (perhaps, a UserException) instead.
Once this is done, we can get rid of _safeCursor in cluster_client_internal.h.