Skip to content

Commit

Permalink
expression: quote node column ref in dumps (fixes #9513)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Feb 8, 2014
1 parent 500116b commit 915f5c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsexpression.cpp
Expand Up @@ -2266,7 +2266,7 @@ bool QgsExpression::NodeColumnRef::prepare( QgsExpression* parent, const QgsFiel

QString QgsExpression::NodeColumnRef::dump() const
{
return mName;
return quotedColumnRef( mName );
}

//
Expand Down

0 comments on commit 915f5c1

Please sign in to comment.