Changeset: 62a51e9e19c0 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=62a51e9e19c0 Modified Files: sql/server/rel_psm.c Branch: sciql Log Message:
In case an unbounded array is created inside a PSM. diffs (12 lines): diff --git a/sql/server/rel_psm.c b/sql/server/rel_psm.c --- a/sql/server/rel_psm.c +++ b/sql/server/rel_psm.c @@ -170,7 +170,7 @@ rel_psm_declare_table(mvc *sql, dnode *n return NULL; if (rel->op == op_ddl) { - if (rel->flag != DDL_CREATE_TABLE) + if (rel->flag != DDL_CREATE_TABLE && rel->flag != DDL_CREATE_ARRAY) return NULL; ctype.comp_type = (sql_table*)((atom*)((sql_exp*)rel->exps->t->data)->l)->data.val.pval; _______________________________________________ Checkin-list mailing list Checkin-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/checkin-list