Changeset: d708929e48ca for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/d708929e48ca
Modified Files:
        gdk/ChangeLog.Oct2020
        sql/ChangeLog.Oct2020
Branch: Oct2020
Log Message:

Added some info about fixed bugs.


diffs (26 lines):

diff --git a/gdk/ChangeLog.Oct2020 b/gdk/ChangeLog.Oct2020
--- a/gdk/ChangeLog.Oct2020
+++ b/gdk/ChangeLog.Oct2020
@@ -1,3 +1,10 @@
 # ChangeLog file for GDK
 # This file is updated with Maddlog
 
+* Mon May  3 2021 Sjoerd Mullender <[email protected]>
+- A bug that would very occasionally produce an error "strPut: incorrectly
+  encoded UTF-8", even when no incorrectly coded characters are used
+  at all, has been fixed.  It was the result of a rare combination of
+  strings having been added to the column that caused essentially an
+  off-by-one type of error to occur.
+
diff --git a/sql/ChangeLog.Oct2020 b/sql/ChangeLog.Oct2020
--- a/sql/ChangeLog.Oct2020
+++ b/sql/ChangeLog.Oct2020
@@ -1,3 +1,8 @@
 # ChangeLog file for sql
 # This file is updated with Maddlog
 
+* Mon May  3 2021 Sjoerd Mullender <[email protected]>
+- A bug where a sequence of TRUNCATE TABLE and COPY INTO the just
+  truncated table would result in success being reported to both queries,
+  but the table still being empty afterwards, has been fixed.
+
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to