You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/changes/changes.xml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,7 @@
52
52
<actiontype="fix"issue="CSV-310"dev="ggregory"due-to="Buddhi De Silva">Misleading error message when QuoteMode set to None #352.</action>
53
53
<actiontype="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>
54
54
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">Use try-with-resources to manage JDBC Clob in CSVPrinter.printRecords(ResultSet).</action>
55
+
<actiontype="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>
55
56
<!-- UPDATE -->
56
57
<actiontype="update"dev="ggregory"due-to="Gary Gregory">Bump commons-io:commons-io: from 2.11.0 to 2.15.1.</action>
57
58
<actiontype="update"dev="ggregory"due-to="Gary Gregory, Dependabot">Bump commons-parent from 57 to 67.</action>
0 commit comments