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.
2 parents 98401dc + ddc0f87 commit 3f5e883Copy full SHA for 3f5e883
src/mapserver/qgswmsserver.cpp
@@ -2000,6 +2000,7 @@ bool QgsWMSServer::testFilterStringSafety( const QString& filter ) const
2000
|| tokenIt->compare( "AND", Qt::CaseInsensitive ) == 0
2001
|| tokenIt->compare( "OR", Qt::CaseInsensitive ) == 0
2002
|| tokenIt->compare( "IN", Qt::CaseInsensitive ) == 0
2003
+ || tokenIt->compare( "LIKE", Qt::CaseInsensitive ) == 0
2004
|| tokenIt->compare( "DMETAPHONE", Qt::CaseInsensitive ) == 0
2005
|| tokenIt->compare( "SOUNDEX", Qt::CaseInsensitive ) == 0 )
2006
{
0 commit comments