diff --git a/src/changes/changes.xml b/src/changes/changes.xml index e017cd9f..057b6bd3 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -63,7 +63,7 @@ Better error message during faulty CSV record read #347. Misleading error message when QuoteMode set to None #352. OutOfMemory for very long rows despite using column value of type Reader. - Use try-with-resources to manage JDBC Clob in CSVPrinter.printRecords(ResultSet). + Use try-with-resources to manage JDBC CLOB in CSVPrinter.printRecords(ResultSet). JDBC Blob columns are now output as Base64 instead of Object#toString(), which usually is InputStream#toString(). Support unusual Excel use cases: Add support for trailing data after the closing quote, and EOF without a final closing quote #303. MongoDB CSV empty first column parsing fix #412.