connectivity/source/parse/sqlbison.y | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 9a0d9d4f404eb49bbe23aa9b70a9ebd7bafdb7c0 Author: Lionel Elie Mamane <lio...@mamane.lu> Date: Mon Aug 18 22:22:22 2014 +0200 fdo#82427 disambiguate "NOT LIKE 'foo'" Change-Id: Iab383639ea73cc87c03f4f42433bc9ccfcd988ef Reviewed-on: https://gerrit.libreoffice.org/11008 Reviewed-by: David Tardon <dtar...@redhat.com> Tested-by: David Tardon <dtar...@redhat.com> diff --git a/connectivity/source/parse/sqlbison.y b/connectivity/source/parse/sqlbison.y index 35819a3..231c9e1 100644 --- a/connectivity/source/parse/sqlbison.y +++ b/connectivity/source/parse/sqlbison.y @@ -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); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits