Update core_results.cpp

This commit is contained in:
v-kaywon 2017-03-23 10:52:02 -07:00 committed by GitHub
parent c1a1a06061
commit d68300ff53

View file

@ -911,6 +911,7 @@ SQLLEN sqlsrv_buffered_result_set::row_count( TSRMLS_D )
return zend_hash_num_elements( cache );
}
else {
// returning -1 to represent getting the rowcount of an empty result set
return -1;
}
}