summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2013-12-07 20:39:33 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-12-09 19:52:22 +0000
commit962cdfb1370b983fbc7f463edfab1dad53b5a8e7 (patch)
tree2f48b8599e719243fe046dfefd31c1e96eefc22b /include
parent62b6a778ea2a2b5b4f164db284c5a2910586bfb7 (diff)
fdo#72267 boolean_test is subsumed by general case "foo IS [NOT] bar"
Change-Id: Ie9666b1c8878dd26593629b4b64d74b7448f98c1 Reviewed-on: https://gerrit.libreoffice.org/6974 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/connectivity/sqlnode.hxx2
1 files changed, 1 insertions, 1 deletions
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,