MonetDB: default - only trigger on branches/*

2023-10-28 Thread Niels Nes via checkin-list
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 ---

MonetDB: default - try using pip3

2023-10-28 Thread Niels Nes via checkin-list
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 ---

MonetDB: default - install pymonetdb before running mtest

2023-10-28 Thread Niels Nes via checkin-list
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

MonetDB: default - run mtest as well on github

2023-10-28 Thread Niels Nes via checkin-list
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 ---

MonetDB: nilmask - merged with default

2023-10-28 Thread Niels Nes via checkin-list
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 +++

MonetDB: default - merged with Jun2023

2023-10-28 Thread Niels Nes via checkin-list
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 +++

MonetDB: Jun2023 - don't mark vararg functions as side_effect fu...

2023-10-28 Thread Niels Nes via checkin-list
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

MonetDB: monetdburl - Microsoft crypt library seems to always re...

2023-10-28 Thread Joeri van Ruth via checkin-list
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