Details
Description
According to the documents cubrid_fetch, cubrid_fetch_row, cubrid_fetch_array and cubrid_fetch_assoc, we shouldn't return false when there are no more data, but these functions will return false in this situation now.
In order to synchronizing with the documents, when there are no more data, we return nothing, not false.
Do other DB vendor drivers also return nothing?