We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 275e71d commit aed8fbdCopy full SHA for aed8fbd
src/cbapi/response/models.py
@@ -837,7 +837,6 @@ def where(self, new_query):
837
def results(self):
838
if not self._full_init:
839
#ZE CB-15681 - REMOVE BLOCK WHEN BUG IS FIXED
840
- full_results = False
841
try:
842
full_results = self._cb.get_object(self._urlobject, query_parameters=convert_query_params(self._query))
843
except ServerError as se:
0 commit comments