fix(query): remove todo
This commit is contained in:
parent
884f9dfee1
commit
ff01a0d2b5
|
@ -504,6 +504,8 @@ bool tLDataIterNextRow(SLDataIter *pIter, const char *idStr) {
|
|||
if (pBlockData == NULL) {
|
||||
goto _exit;
|
||||
}
|
||||
|
||||
// set start row index
|
||||
pIter->iRow = pIter->backward? pBlockData->nRow-1:0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue