Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
oracle provider: debug output on usage of 'estimated metadata'
  • Loading branch information
jef-n committed Dec 14, 2016
1 parent 0216918 commit b986d18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/providers/oracle/qgsoracleprovider.cpp
Expand Up @@ -110,6 +110,7 @@ QgsOracleProvider::QgsOracleProvider( QString const & uri )
QgsDebugMsg( QString( "Query is: %1" ).arg( mQuery ) );
QgsDebugMsg( QString( "Where clause is: %1" ).arg( mSqlWhereClause ) );
QgsDebugMsg( QString( "SRID is: %1" ).arg( mSrid ) );
QgsDebugMsg( QString( "Using estimated metadata: %1" ).arg( mUseEstimatedMetadata ? "yes" : "no" ) );

// no table/query passed, the provider could be used to get tables
if ( mQuery.isEmpty() )
Expand Down

0 comments on commit b986d18

Please sign in to comment.