Skip to content

Commit 04abaf3

Browse files
committedNov 10, 2015
fix 81bbb82
1 parent 8ec0208 commit 04abaf3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/providers/postgres/qgspostgresfeatureiterator.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ bool QgsPostgresFeatureIterator::rewind()
218218
mConn->PQexecNR( QString( "move absolute 0 in %1" ).arg( mCursorName ) );
219219
mFeatureQueue.clear();
220220
mFetched = 0;
221+
mLastFetch = false;
221222

222223
return true;
223224
}

0 commit comments

Comments
 (0)