Kaydet (Commit) 3dd12b4a authored tarafından Lionel Elie Mamane's avatar Lionel Elie Mamane

fdo#82427 disambiguate "NOT LIKE 'foo'"

Change-Id: Iab383639ea73cc87c03f4f42433bc9ccfcd988ef
üst a3a5d4fc
......@@ -1124,8 +1124,8 @@ parenthesized_boolean_value_expression:
}
;
boolean_factor:
boolean_primary
| SQL_TOKEN_NOT boolean_primary
boolean_primary %dprec 2
| SQL_TOKEN_NOT boolean_primary %dprec 1
{ // boolean_factor: rule 1
$$ = SQL_NEW_RULE;
$$->append($1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment