From ee712dd6964daafa463febea8a948ea277ad16c7 Mon Sep 17 00:00:00 2001 From: Lionel Elie Mamane Date: Sat, 7 Dec 2013 20:39:33 +0100 Subject: fdo#72267 boolean_test is subsumed by general case "foo IS [NOT] bar" Change-Id: Ie9666b1c8878dd26593629b4b64d74b7448f98c1 --- include/connectivity/sqlnode.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/connectivity') diff --git a/include/connectivity/sqlnode.hxx b/include/connectivity/sqlnode.hxx index cc9a26acf715..d1c4cf759b26 100644 --- a/include/connectivity/sqlnode.hxx +++ b/include/connectivity/sqlnode.hxx @@ -149,6 +149,7 @@ namespace connectivity where_clause, opt_where_clause, search_condition, + comparison, comparison_predicate, between_predicate, like_predicate, @@ -196,7 +197,6 @@ namespace connectivity joined_table, boolean_factor, sql_not, - boolean_test, manipulative_statement, subquery, value_exp_commalist, -- cgit