CSVParser: Identify duplicates in null, empty and blank header names #279

This commit is contained in:
Gary Gregory 2022-10-25 21:24:56 -04:00 committed by GitHub
parent 5a7b030537
commit dab9420315
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@
<action issue="CSV-290" type="fix" dev="ggregory" due-to="angusdev, Gary Gregory">Fix wrong assumptions in PostgreSQL formats #265.</action> <action issue="CSV-290" type="fix" dev="ggregory" due-to="angusdev, Gary Gregory">Fix wrong assumptions in PostgreSQL formats #265.</action>
<action type="fix" dev="ggregory" due-to="Mykola Faryma">Validate input to setDelimiter(String) for empty string #266.</action> <action type="fix" dev="ggregory" due-to="Mykola Faryma">Validate input to setDelimiter(String) for empty string #266.</action>
<action type="fix" dev="ggregory" due-to="Dependabot">Bump CSVFormat#serialVersionUID from 1 to 2.</action> <action type="fix" dev="ggregory" due-to="Dependabot">Bump CSVFormat#serialVersionUID from 1 to 2.</action>
<action type="fix" dev="ggregory" due-to="Alex Herbert">CSVParser: Identify duplicates in null, empty and blank header names #279.</action>
<!-- REMOVE --> <!-- REMOVE -->
<action type="remove" dev="ggregory">Serialization in CSVFormat is not supported from one version to the next.</action> <action type="remove" dev="ggregory">Serialization in CSVFormat is not supported from one version to the next.</action>
<!-- ADD --> <!-- ADD -->