We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98401dc commit ddc0f87Copy full SHA for ddc0f87
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