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 550309e3 CSV-290 - Fix the wrong assumptions in PostgreSQL formats #265
550309e3 is described below
commit 550309e3278bdcea0ee6467b95f1f1487746f1d8
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Oct 15 09:36:24 2022 -0400
CSV-290 - Fix the wrong assumptions in PostgreSQL formats #265
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d0eb9be2..cd97e0d4 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -48,6 +48,7 @@
<action issue="CSV-300" type="fix" dev="ggregory" due-to="Markus Spann,
Gary Gregory">CSVRecord.toList() does not give write access to the new
List.</action>
<action type="fix" dev="ggregory" due-to="Gary
Gregory">CSVParser.getRecords() now throws UncheckedIOException instead of
IOException.</action>
<action issue="CSV-274" type="fix" dev="ggregory" due-to="Peter Hull,
Bruno P. Kinoshita, Gary Gregory">Add comments to iterator() and stream()
#270.</action>
+ <action issue="CSV-290" type="fix" dev="ggregory" due-to="angusdev, Gary
Gregory">Fix wrong assumptions in PostgreSQL formats #265.</action>
<!-- ADD -->
<action issue="CSV-291" type="add" dev="ggregory" due-to="Gary
Gregory">Make CSVRecord#values() public.</action>
<action issue="CSV-264" type="add" dev="ggregory" due-to="Sagar Tiwari,
Seth Falco, Alex Herbert, Gary Gregory">Add DuplicateHeaderMode for flexibility
with header strictness. #114.</action>