We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9ca0a5 commit 148098dCopy full SHA for 148098d
1 file changed
cdb2api/cdb2api.c
@@ -5063,9 +5063,7 @@ int cdb2_next_record(cdb2_hndl_tp *hndl)
5063
if (overwrite_rc)
5064
goto after_callback;
5065
5066
- if (hndl->in_trans && !hndl->read_intrans_results && !hndl->is_read) {
5067
- rc = CDB2_OK_DONE;
5068
- } else if (hndl->lastresponse && hndl->first_record_read == 0) {
+ if (hndl->lastresponse && hndl->first_record_read == 0) {
5069
hndl->first_record_read = 1;
5070
if (hndl->lastresponse->response_type == RESPONSE_TYPE__COLUMN_VALUES ||
5071
hndl->lastresponse->response_type == RESPONSE_TYPE__SQL_ROW) {
0 commit comments