Skip to content

Commit b986d18

Browse files
committed
oracle provider: debug output on usage of 'estimated metadata'
1 parent 0216918 commit b986d18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/providers/oracle/qgsoracleprovider.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ QgsOracleProvider::QgsOracleProvider( QString const & uri )
110110
QgsDebugMsg( QString( "Query is: %1" ).arg( mQuery ) );
111111
QgsDebugMsg( QString( "Where clause is: %1" ).arg( mSqlWhereClause ) );
112112
QgsDebugMsg( QString( "SRID is: %1" ).arg( mSrid ) );
113+
QgsDebugMsg( QString( "Using estimated metadata: %1" ).arg( mUseEstimatedMetadata ? "yes" : "no" ) );
113114

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

0 commit comments

Comments
 (0)