Changeset: d5963642b18d for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d5963642b18d
Modified Files:
        sql/backends/monet5/sql.c
Branch: Jul2017
Log Message:

Merge with Dec2016 branch.


diffs (12 lines):

diff --git a/sql/backends/monet5/sql.c b/sql/backends/monet5/sql.c
--- a/sql/backends/monet5/sql.c
+++ b/sql/backends/monet5/sql.c
@@ -4618,7 +4618,7 @@ SQLexist(bit *res, bat *id)
 
        if ((b = BATdescriptor(*id)) == NULL)
                throw(SQL, "aggr.exist", "Cannot access descriptor");
-       *res = BATcount(b);
+       *res = BATcount(b) != 0;
        BBPunfix(b->batCacheid);
        return MAL_SUCCEED;
 }
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to