Changeset: 6f5b2404e691 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/6f5b2404e691
Modified Files:
.github/workflows/linux.yml
Branch: default
Log Message:
only trigger on branches/*
diffs (11 lines):
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
--- a
Changeset: e7dd9b756f37 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/e7dd9b756f37
Modified Files:
.github/workflows/linux.yml
Branch: default
Log Message:
try using pip3
diffs (12 lines):
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
--- a/.github/wor
Changeset: eb3951f9e5f4 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/eb3951f9e5f4
Modified Files:
.github/workflows/linux.yml
Branch: default
Log Message:
install pymonetdb before running mtest
diffs (12 lines):
diff --git a/.github/workflows/linux.yml b/.github/workflows/lin
Changeset: 76b6bbb0da47 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/76b6bbb0da47
Modified Files:
.github/workflows/linux.yml
Branch: default
Log Message:
run mtest as well on github
diffs (14 lines):
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
---
Changeset: fcde82b8ec00 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/fcde82b8ec00
Branch: nilmask
Log Message:
merged with default
diffs (71 lines):
diff --git a/common/stream/Tests/read_tests.py
b/common/stream/Tests/read_tests.py
--- a/common/stream/Tests/read_tests.py
+++ b/commo
Changeset: 8661f60a6882 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/8661f60a6882
Modified Files:
sql/server/rel_psm.c
Branch: default
Log Message:
merged with Jun2023
diffs (12 lines):
diff --git a/sql/server/rel_psm.c b/sql/server/rel_psm.c
--- a/sql/server/rel_psm.c
+++ b/
Changeset: 950da516745f for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/950da516745f
Modified Files:
sql/server/rel_psm.c
Branch: Jun2023
Log Message:
don't mark vararg functions as side_effect functions
diffs (12 lines):
diff --git a/sql/server/rel_psm.c b/sql/server/rel_psm.c
Changeset: a9ec9a30833d for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/a9ec9a30833d
Modified Files:
clients/mapilib/openssl_windows.c
Branch: monetdburl
Log Message:
Microsoft crypt library seems to always return error at the end
diffs (16 lines):
diff --git a/clients/mapilib/o