changeset 704:5d6c577e2f74

Add a ChangeLog entry for change of method name in a MonetDB specific class.
author Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
date Thu, 08 Dec 2022 20:45:44 +0100 (2022-12-08)
parents 1c9d4c2a6947
children ba226d5d3996
files ChangeLog
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
 # ChangeLog file for monetdb-java
 # This file is updated with Maddlog
 
+* Thu Dec  8 2022 Joeri van Ruth <joeri.van.ruth@monetdbsolutions.com>
+- Internal method waitForPrompt() of class BufferedMCLReader has been
+  renamed to discardRemainder(). The example program SQLcopyinto.java
+  which uses this method, has been updated.
+
 * Thu Nov 17 2022 Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
 - Fixed an invalid error issue when a PreparedStatement had more than 250
   parameters. See also  https://github.com/MonetDB/MonetDB/issues/7337