Skip to content

Commit 915f5c1

Browse files
committed
expression: quote node column ref in dumps (fixes #9513)
1 parent 500116b commit 915f5c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/qgsexpression.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2266,7 +2266,7 @@ bool QgsExpression::NodeColumnRef::prepare( QgsExpression* parent, const QgsFiel
22662266

22672267
QString QgsExpression::NodeColumnRef::dump() const
22682268
{
2269-
return mName;
2269+
return quotedColumnRef( mName );
22702270
}
22712271

22722272
//

0 commit comments

Comments
 (0)