We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent f2e3d53 commit 582a56dCopy full SHA for 582a56d
src/providers/oracle/qgsoracleprovider.cpp
@@ -588,8 +588,8 @@ bool QgsOracleProvider::loadFields()
588
{
589
while ( qry.next() )
590
591
- if( qry.value( 0 ).toString() == mGeometryColumn )
592
- continue;
+ if ( qry.value( 0 ).toString() == mGeometryColumn )
+ continue;
593
comments.insert( qry.value( 0 ).toString(), qry.value( 1 ).toString() );
594
}
595
0 commit comments