Navigation Menu

Skip to content

Commit

Permalink
postgres provider: reload fields when columns disappear
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jan 27, 2012
1 parent f749a5e commit db01e7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/providers/postgres/qgspostgresprovider.cpp
Expand Up @@ -312,6 +312,7 @@ bool QgsPostgresProvider::declareCursor(
}
catch ( PGFieldNotFound )
{
rewind();
return false;
}

Expand Down

0 comments on commit db01e7b

Please sign in to comment.