We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 921069a commit e72cf56Copy full SHA for e72cf56
src/providers/wfs/qgswfsprovider.cpp
@@ -271,6 +271,7 @@ void QgsWFSProviderSQLColumnRefValidator::visit( const QgsSQLStatement::NodeColu
271
272
bool QgsWFSProvider::processSQL( const QString& sqlString, QString& errorMsg )
273
{
274
+ QgsDebugMsg( QString( "Processing SQL: %1" ).arg( sqlString ) );
275
errorMsg.clear();
276
QgsSQLStatement sql( sqlString );
277
if ( sql.hasParserError() )
0 commit comments