Closed Serggio closed 11 months ago
It looks like in this special case the "physical" record pointer is on a deleted record. Although logically there are now rows, the RDD still sees the deleted flag. With which RDD did you see this?
DBFCDX, but it doesn't matter whether table has indexes.
Confirmed fixed
If table consists of deleted records (and no undeleted) then it has Deleted() = true even in EOF, so that after opening it we have:
SetDeleted() is TRUE, meaning that deleted records must be ignored.