MonetDB: Aug2024 - Implement Test Connection button logic in Win...

2024-08-01 Thread Martin van Dinther via checkin-list
Changeset: fb60cc6e6fff for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/fb60cc6e6fff Modified Files: clients/odbc/winsetup/CMakeLists.txt clients/odbc/winsetup/setup.c Branch: Aug2024 Log Message: Implement Test Connection button logic in Windows ODBC Data Source setup dia

MonetDB: Aug2024 - Consistency: use SQLSTATE(HY002) RUNTIME_OBJE...

2024-08-01 Thread Sjoerd Mullender via checkin-list
Changeset: 5dde9ad307a0 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/5dde9ad307a0 Modified Files: geom/monetdb5/geom.c geom/monetdb5/geomBulk.c monetdb5/modules/atoms/str.c monetdb5/modules/kernel/algebra.c monetdb5/modules/mal/mal_mapi.c m

MonetDB: Aug2024 - Fix a potential leak.

2024-08-01 Thread Sjoerd Mullender via checkin-list
Changeset: 211cd02883c7 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/211cd02883c7 Modified Files: gdk/gdk_heap.c Branch: Aug2024 Log Message: Fix a potential leak. diffs (19 lines): diff --git a/gdk/gdk_heap.c b/gdk/gdk_heap.c --- a/gdk/gdk_heap.c +++ b/gdk/gdk_heap.c @@ -198

MonetDB: Aug2024 - Skip first row when we need to compare rows w...

2024-08-01 Thread Sjoerd Mullender via checkin-list
Changeset: 59282f999f72 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/59282f999f72 Modified Files: gdk/gdk_analytic_func.c gdk/gdk_analytic_statistics.c Branch: Aug2024 Log Message: Skip first row when we need to compare rows with the previous one. This should help coveri

MonetDB: Aug2024 - Keep lock longer in BATmaterialize, don't all...

2024-08-01 Thread Sjoerd Mullender via checkin-list
Changeset: fbd8c84970f6 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/fbd8c84970f6 Modified Files: gdk/gdk_align.c gdk/gdk_hash.c gdk/gdk_orderidx.c Branch: Aug2024 Log Message: Keep lock longer in BATmaterialize, don't allow accelerators on VOID bats. diffs (76

MonetDB: Aug2024 - When setting the query timeout, do it only fo...

2024-08-01 Thread Sjoerd Mullender via checkin-list
Changeset: 04ad7f6c535c for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/04ad7f6c535c Modified Files: monetdb5/modules/mal/clients.c Branch: Aug2024 Log Message: When setting the query timeout, do it only for following queries (not the current). diffs (16 lines): diff --git a/mo

MonetDB: Aug2024 - Don't stop client when we get a query timeout.

2024-08-01 Thread Sjoerd Mullender via checkin-list
Changeset: ec940e6a2d53 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/ec940e6a2d53 Modified Files: monetdb5/mal/mal_interpreter.c Branch: Aug2024 Log Message: Don't stop client when we get a query timeout. diffs (12 lines): diff --git a/monetdb5/mal/mal_interpreter.c b/monetdb

MonetDB: Aug2024 - If syscall fails (which it won't), print mess...

2024-08-01 Thread Sjoerd Mullender via checkin-list
Changeset: 59ea64379eeb for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/59ea64379eeb Modified Files: clients/mapiclient/mclient.c Branch: Aug2024 Log Message: If syscall fails (which it won't), print message. diffs (13 lines): diff --git a/clients/mapiclient/mclient.c b/clients/