Changeset: 72f3ea87cc61 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=72f3ea87cc61
Modified Files:
sql/storage/store.c
Branch: RIntegration
Log Message:
make sure we can use the body of the (r,c,javascript, sql) function.
diffs (12 lines):
diff --git a/sql/storage/store.c b/sql/storage/store.c
--- a/sql/storage/store.c
+++ b/sql/storage/store.c
@@ -736,7 +736,7 @@ load_func(sql_trans *tr, sql_schema *s,
t->res.type = NULL;
t->s = s;
t->fix_scale = SCALE_EQ;
- if (t->sql) {
+ if (t->type != FUNC_LANG_MAL) {
t->query = t->imp;
t->imp = NULL;
}
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list