Skip to content

Commit

Permalink
followup 232aaac add missing text definition for integer division
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Dec 12, 2014
1 parent cee539a commit 5a25461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsexpression.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ const char* QgsExpression::BinaryOperatorText[] =
{
"OR", "AND",
"=", "<>", "<=", ">=", "<", ">", "~", "LIKE", "NOT LIKE", "ILIKE", "NOT ILIKE", "IS", "IS NOT",
"+", "-", "*", "/", "%", "^",
"+", "-", "*", "/", "//", "%", "^",
"||"
};

Expand Down

0 comments on commit 5a25461

Please sign in to comment.