Changeset: 4b45b7523f8f for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=4b45b7523f8f Modified Files: sql/backends/monet5/rel_bin.c Branch: default Log Message:
Don't set the mapi query type as an update on exception statements (I think this was a mine mistake from the past). diffs (11 lines): diff --git a/sql/backends/monet5/rel_bin.c b/sql/backends/monet5/rel_bin.c --- a/sql/backends/monet5/rel_bin.c +++ b/sql/backends/monet5/rel_bin.c @@ -6182,7 +6182,6 @@ rel2bin_ddl(backend *be, sql_rel *rel, l break; case ddl_exception: s = rel2bin_exception(be, rel, refs); - sql->type = Q_UPDATE; break; case ddl_create_seq: case ddl_alter_seq: _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list