Changeset: 8a2ae2a5b5a8 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/8a2ae2a5b5a8
Branch: nilmask
Log Message:
merged with default
Hg: Enter commit message. Lines beginning with 'HG:' are removed.
diffs (37 lines):
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -3,7 +3,6 @@ name: MonetDB build and test
on:
push:
branches:
- - '*'
- 'branches/*'
pull_request:
# Allows you to run this workflow manually from the Actions tab
@@ -49,6 +48,13 @@ jobs:
run: |
cd build
cmake --build . --target test
+ - name: install pymonetdb
+ run: pip3 install pymonetdb
+ - name: mtest
+ run: |
+ #cd build
+ #cmake --build . --target mtest
+ $HOME/${{ matix.branch }}/Mtest.py -r --debug=0
#-
#uses: actions/upload-artifact@v3
#name: Publish Linux binary wheels
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
@@ -950,7 +950,7 @@ rel_create_func(sql_query *query, dlist
sql->params = NULL;
if (create) {
- bit side_effect = (list_empty(restype) ||
list_empty(l)); /* TODO make this more precise? */
+ bit side_effect = (list_empty(restype) || (!vararg &&
list_empty(l))); /* TODO make this more precise? */
switch (mvc_create_func(&f, sql, sql->sa, s, fname, l,
restype, type, lang, mod, imp, lang_body, (type == F_LOADER)?TRUE:FALSE,
vararg, FALSE, side_effect)) {
case -1:
return sql_error(sql, 01,
SQLSTATE(HY013) MAL_MALLOC_FAIL);
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]