Skip to content

Commit

Permalink
fix 81bbb82
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Nov 10, 2015
1 parent 8ec0208 commit 04abaf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/providers/postgres/qgspostgresfeatureiterator.cpp
Expand Up @@ -218,6 +218,7 @@ bool QgsPostgresFeatureIterator::rewind()
mConn->PQexecNR( QString( "move absolute 0 in %1" ).arg( mCursorName ) );
mFeatureQueue.clear();
mFetched = 0;
mLastFetch = false;

return true;
}
Expand Down

0 comments on commit 04abaf3

Please sign in to comment.