Changeset: c5c6f73f2644 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/c5c6f73f2644
Modified Files:
        common/stream/ChangeLog
        gdk/ChangeLog
Branch: ascii-flag
Log Message:

Changelog blurb.


diffs (32 lines):

diff --git a/common/stream/ChangeLog b/common/stream/ChangeLog
--- a/common/stream/ChangeLog
+++ b/common/stream/ChangeLog
@@ -1,6 +1,11 @@
 # ChangeLog file for stream
 # This file is updated with Maddlog
 
+* Fri May  3 2024 Sjoerd Mullender <sjo...@acm.org>
+- ICONV support has been removed from the stream library.  The server
+  itself only needs UTF-8 support.  The client (mclient) does have
+  iconv support.
+
 * Wed Feb 21 2024 Sjoerd Mullender <sjo...@acm.org>
 - CURL support has been removed from the stream library.  If support is
   needed, look at the source code in either streamcat.c or mclient.c.
diff --git a/gdk/ChangeLog b/gdk/ChangeLog
--- a/gdk/ChangeLog
+++ b/gdk/ChangeLog
@@ -1,6 +1,13 @@
 # ChangeLog file for GDK
 # This file is updated with Maddlog
 
+* Fri May  3 2024 Sjoerd Mullender <sjo...@acm.org>
+- Various changes were made having to do with things like case-insensitive
+  comparisons and converting to upper or lower case.  Case insensitive
+  comparison (i.e. the ILIKE operator) uses case folding which is similar
+  to converting to lower case, but changes more characters, also sometimes
+  to multiple characters (e.g. German sharp s (ß) comparse equal to SS).
+
 * Tue Mar 26 2024 Sjoerd Mullender <sjo...@acm.org>
 - Made some changes to how BAT descriptors are allocated.  They are now
   allocated in bulk, meaning fewer malloc/free calls during processing.
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to