We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0216918 commit b986d18Copy full SHA for b986d18
src/providers/oracle/qgsoracleprovider.cpp
@@ -110,6 +110,7 @@ QgsOracleProvider::QgsOracleProvider( QString const & uri )
110
QgsDebugMsg( QString( "Query is: %1" ).arg( mQuery ) );
111
QgsDebugMsg( QString( "Where clause is: %1" ).arg( mSqlWhereClause ) );
112
QgsDebugMsg( QString( "SRID is: %1" ).arg( mSrid ) );
113
+ QgsDebugMsg( QString( "Using estimated metadata: %1" ).arg( mUseEstimatedMetadata ? "yes" : "no" ) );
114
115
// no table/query passed, the provider could be used to get tables
116
if ( mQuery.isEmpty() )
0 commit comments