Changeset: 3ea8abaa107a for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/3ea8abaa107a
Modified Files:
        sql/backends/monet5/rel_tvtree.c
Branch: nested
Log Message:

Removes assert since we can have other sql_exp on top of e_atoms e.g. sql_neg


diffs (11 lines):

diff --git a/sql/backends/monet5/rel_tvtree.c b/sql/backends/monet5/rel_tvtree.c
--- a/sql/backends/monet5/rel_tvtree.c
+++ b/sql/backends/monet5/rel_tvtree.c
@@ -187,7 +187,6 @@ tv_parse_values_(backend *be, tv_tree *t
 
        switch (t->tvt) {
                case TV_BASIC:
-                       assert(!value->f);
                        i = exp_bin(be, value, left, NULL, NULL, NULL, NULL, 
sel, 0, 0, 0);
                        if (!i)
                                return false;
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to