This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-csv.git
The following commit(s) were added to refs/heads/master by this push:
new 0e79eac3 Uppercase acronym
0e79eac3 is described below
commit 0e79eac357a6c07794ba0cdbfb0a05c155571360
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Jul 9 08:17:38 2024 -0400
Uppercase acronym
---
src/changes/changes.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 @@
<action type="fix" issue="CSV-147" dev="ggregory" due-to="Steven
Peterson, Benedikt Ritter, Gary Gregory, Joerg Schaible, Buddhi De Silva,
Elliotte Rusty Harold">Better error message during faulty CSV record read
#347.</action>
<action type="fix" issue="CSV-310" dev="ggregory" due-to="Buddhi De
Silva">Misleading error message when QuoteMode set to None #352.</action>
<action type="fix" issue="CSV-311" dev="ggregory" due-to="Christian
Feuersaenger, Gary Gregory">OutOfMemory for very long rows despite using column
value of type Reader.</action>
- <action type="fix" dev="ggregory" due-to="Gary Gregory">Use
try-with-resources to manage JDBC Clob in
CSVPrinter.printRecords(ResultSet).</action>
+ <action type="fix" dev="ggregory" due-to="Gary Gregory">Use
try-with-resources to manage JDBC CLOB in
CSVPrinter.printRecords(ResultSet).</action>
<action type="fix" dev="ggregory" due-to="Gary Gregory">JDBC Blob
columns are now output as Base64 instead of Object#toString(), which usually is
InputStream#toString().</action>
<action type="fix" dev="ggregory" due-to="DamjanJovanovic, Gary
Gregory">Support unusual Excel use cases: Add support for trailing data after
the closing quote, and EOF without a final closing quote #303.</action>
<action type="fix" dev="ggregory" due-to="Igor Kamyshnikov, Gary
Gregory">MongoDB CSV empty first column parsing fix #412.</action>