MonetDB: odbc-tls - When disconnect also free the used connectio...

2024-05-15 Thread Martin van Dinther via checkin-list
Changeset: 0307a2a25eb2 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/0307a2a25eb2 Modified Files: clients/odbc/driver/SQLDisconnect.c Branch: odbc-tls Log Message: When disconnect also free the used connection property strings, so they are not visible for a next connection usin

MonetDB: odbc-tls - Remove spaces from key names (they are used ...

2024-05-15 Thread Martin van Dinther via checkin-list
Changeset: d289163674ef for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/d289163674ef Modified Files: clients/odbc/driver/SQLConnect.c Branch: odbc-tls Log Message: Remove spaces from key names (they are used in ODBC.INI file and registry keys). diffs (47 lines): diff --git a/cli

MonetDB: odbc-tls - Extend ODBC Data Source config dialog with n...

2024-05-15 Thread Martin van Dinther via checkin-list
Changeset: 1574d2b620c1 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/1574d2b620c1 Modified Files: clients/odbc/winsetup/resource.h clients/odbc/winsetup/setup.c clients/odbc/winsetup/setup.rc Branch: odbc-tls Log Message: Extend ODBC Data Source config dialog wit

MonetDB: Dec2023 - Compilation issue when compiling without XML ...

2024-05-15 Thread Sjoerd Mullender via checkin-list
Changeset: d0d83af809d1 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/d0d83af809d1 Modified Files: monetdb5/modules/atoms/xml.c Branch: Dec2023 Log Message: Compilation issue when compiling without XML support. diffs (15 lines): diff --git a/monetdb5/modules/atoms/xml.c b/mone

MonetDB: default - improved fix for bug #7483, only set operatio...

2024-05-15 Thread Niels Nes via checkin-list
Changeset: 342491c20478 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/342491c20478 Modified Files: sql/server/rel_select.c Branch: default Log Message: improved fix for bug #7483, only set operations need an extra project diffs (12 lines): diff --git a/sql/server/rel_select.c

MonetDB: default - improved fix for #7486, is if reference isn't...

2024-05-15 Thread Niels Nes via checkin-list
Changeset: 0fdcd4435c62 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/0fdcd4435c62 Modified Files: sql/backends/monet5/rel_bin.c Branch: default Log Message: improved fix for #7486, is if reference isn't yet handled, do that first. diffs (17 lines): diff --git a/sql/backends/m

MonetDB: Dec2023 - When persiste_unlogged finds table is not yet...

2024-05-15 Thread Sjoerd Mullender via checkin-list
Changeset: d3f43b823539 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/d3f43b823539 Modified Files: gdk/gdk_logger.c sql/ChangeLog.Dec2023 sql/backends/monet5/sql.c sql/storage/store.c Branch: Dec2023 Log Message: When persiste_unlogged finds table is not y

MonetDB: default - fixed bug #7486, topn's over referenced relat...

2024-05-15 Thread Niels Nes via checkin-list
Changeset: 150ba22209cb for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/150ba22209cb Modified Files: sql/backends/monet5/rel_bin.c sql/test/BugTracker-2024/Tests/CMDgen_group-Bug-7486.test Branch: default Log Message: fixed bug #7486, topn's over referenced relations need t

MonetDB: default - fixed issue #7483, introduce project in order...

2024-05-15 Thread Niels Nes via checkin-list
Changeset: 852e065654bd for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/852e065654bd Modified Files: sql/backends/monet5/sql_rank.c sql/server/rel_select.c sql/test/BugTracker-2024/Tests/rel_setop_get_statistics-Bug-7483.test Branch: default Log Message: fixed issue

MonetDB: default - missing break in GDKanalyticalntile for the h...

2024-05-15 Thread Niels Nes via checkin-list
Changeset: 306d21881f9c for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/306d21881f9c Modified Files: gdk/gdk_analytic_func.c Branch: default Log Message: missing break in GDKanalyticalntile for the hge implementation diffs (20 lines): diff --git a/gdk/gdk_analytic_func.c b/gdk/g

MonetDB: default - fixed issue #7482, with global group by's the...

2024-05-15 Thread Niels Nes via checkin-list
Changeset: 20acc7b01f57 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/20acc7b01f57 Modified Files: sql/backends/monet5/rel_bin.c sql/test/BugTracker-2024/Tests/bin_find_smallest_column-Bug-7482.test Branch: default Log Message: fixed issue #7482, with global group by's th

MonetDB: default - fixed #7481, correct cardinality of wndow fun...

2024-05-15 Thread Niels Nes via checkin-list
Changeset: 78961a3f4473 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/78961a3f4473 Modified Files: sql/server/rel_unnest.c sql/test/BugTracker-2024/Tests/mvc_row_result_wrap-Bug-7481.test Branch: default Log Message: fixed #7481, correct cardinality of wndow functions on

MonetDB: default - Use clever UTF-8 decode function and put it i...

2024-05-15 Thread Sjoerd Mullender via checkin-list
Changeset: 48eb20c82ba6 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/48eb20c82ba6 Added Files: common/utils/mutf8.c common/utils/mutf8.h Modified Files: clients/mapiclient/CMakeLists.txt clients/mapiclient/mclient.c common/utils/CMakeLists.txt

MonetDB: Dec2023 - Keep rotation lock for the duration of printi...

2024-05-15 Thread Sjoerd Mullender via checkin-list
Changeset: 32a1eb24e340 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/32a1eb24e340 Modified Files: gdk/gdk_logger.c Branch: Dec2023 Log Message: Keep rotation lock for the duration of printing log info with SIGUSR1. diffs (17 lines): diff --git a/gdk/gdk_logger.c b/gdk/gdk_log

MonetDB: default - Fix tiny memory leak.

2024-05-15 Thread Sjoerd Mullender via checkin-list
Changeset: b93871d52277 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/b93871d52277 Modified Files: clients/mapiclient/iconv-stream.h Branch: default Log Message: Fix tiny memory leak. diffs (18 lines): diff --git a/clients/mapiclient/iconv-stream.h b/clients/mapiclient/iconv-

MonetDB: default - Approve non-hge tests.

2024-05-15 Thread Sjoerd Mullender via checkin-list
Changeset: 60b8d7104db5 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/60b8d7104db5 Modified Files: clients/Tests/MAL-signatures.test sql/test/emptydb/Tests/check.stable.out Branch: default Log Message: Approve non-hge tests. diffs (99 lines): diff --git a/clients/Tests