MonetDB: default - Merge with Dec2023 branch.

2024-03-15 Thread Sjoerd Mullender via checkin-list
Changeset: 2f3f28c1a20d for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/2f3f28c1a20d Modified Files: gdk/gdk_select.c monetdb5/modules/atoms/str.c Branch: default Log Message: Merge with Dec2023 branch. diffs (55 lines): diff --git a/gdk/gdk_select.c b/gdk/gdk_select.c

MonetDB: Dec2023 - Fix some properties: a select returns a candi...

2024-03-15 Thread Sjoerd Mullender via checkin-list
Changeset: bbbf125e54b2 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/bbbf125e54b2 Modified Files: monetdb5/modules/atoms/str.c Branch: Dec2023 Log Message: Fix some properties: a select returns a candidate list. This fixes bug #7469. diffs (15 lines): diff --git

MonetDB: Dec2023 - Fixed a potential deadlock.

2024-03-15 Thread Sjoerd Mullender via checkin-list
Changeset: 630d6c4d0e55 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/630d6c4d0e55 Modified Files: gdk/gdk_select.c Branch: Dec2023 Log Message: Fixed a potential deadlock. Thread A has heaplock for bat 24688 and tries to unfix its parent, bat 112. Thread B is trying to incref

MonetDB: ascii-flag - Use GDKstrcasecmp instead of GDKstrncasecm...

2024-03-15 Thread Sjoerd Mullender via checkin-list
Changeset: 162816365973 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/162816365973 Modified Files: monetdb5/modules/mal/pcre.c monetdb5/modules/mal/tablet.c Branch: ascii-flag Log Message: Use GDKstrcasecmp instead of GDKstrncasecmp for compares to the end. diffs (41

MonetDB: ascii-flag - Do more special casing for case conversions.

2024-03-15 Thread Sjoerd Mullender via checkin-list
Changeset: 3a5f0f1bbc22 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/3a5f0f1bbc22 Modified Files: gdk/gdk_string.c Branch: ascii-flag Log Message: Do more special casing for case conversions. This follows the SpecialCasing.txt file from the Unicode distribution. diffs

MonetDB: ascii-flag - Asciify no longer depends on iconv.

2024-03-15 Thread Sjoerd Mullender via checkin-list
Changeset: bb8fd40e9e65 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/bb8fd40e9e65 Modified Files: monetdb5/modules/atoms/Tests/All monetdb5/modules/kernel/Tests/All Branch: ascii-flag Log Message: Asciify no longer depends on iconv. diffs (24 lines): diff --git

MonetDB: literal_features - Closing branch literal_features.

2024-03-15 Thread Sjoerd Mullender via checkin-list
Changeset: 5b0409607e25 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/5b0409607e25 Branch: literal_features Log Message: Closing branch literal_features. ___ checkin-list mailing list -- checkin-list@monetdb.org To unsubscribe send an email

MonetDB: distinct_from - add tests for distinct from

2024-03-15 Thread Yunus Koning via checkin-list
Changeset: 79dc1362b568 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/79dc1362b568 Added Files: sql/test/2024/Tests/distinct_from.test Modified Files: sql/test/2024/Tests/All Branch: distinct_from Log Message: add tests for distinct from diffs (112 lines): diff --git

MonetDB: distinct_from - fix a small bug in rel_bin

2024-03-15 Thread Yunus Koning via checkin-list
Changeset: baa413524428 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/baa413524428 Modified Files: sql/backends/monet5/rel_bin.c Branch: distinct_from Log Message: fix a small bug in rel_bin diffs (14 lines): diff --git a/sql/backends/monet5/rel_bin.c

MonetDB: ascii-flag - Updated asciify tables to produce more ico...

2024-03-15 Thread Sjoerd Mullender via checkin-list
Changeset: bb85405d0eae for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/bb85405d0eae Modified Files: gdk/gdk_string.c Branch: ascii-flag Log Message: Updated asciify tables to produce more iconv-like output. diffs (truncated from 3822 to 300 lines): diff --git

MonetDB: ascii-flag - Implemented special case upper(ß) = SS.

2024-03-15 Thread Sjoerd Mullender via checkin-list
Changeset: 5ac94c0d2fa5 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/5ac94c0d2fa5 Modified Files: gdk/gdk_string.c Branch: ascii-flag Log Message: Implemented special case upper(ß) = SS. Also some layout changes. diffs (truncated from 3919 to 300 lines): diff --git