This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-csv.git


    from df3732ba Use try-with-resources to manage JDBC Clob in 
CSVPrinter.printRecords(ResultSet)
     new 3ac0ec24 JDBC Blob columns are now output as Base64 instead of 
Object#toString(), which usually is InputStream#toString()
     new e2ad288c Update versions

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                                            |   9 +-
 src/changes/changes.xml                            |   1 +
 .../java/org/apache/commons/csv/CSVFormat.java     |  31 +++-
 .../java/org/apache/commons/csv/CSVPrinter.java    |   6 +
 .../org/apache/commons/csv/CSVPrinterTest.java     | 177 +++++++++++----------
 5 files changed, 137 insertions(+), 87 deletions(-)

Reply via email to