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 827a1fcc Bump actions/cache from 3.0.10 to 3.0.11 new b7a9d408 CSV-290 - Fix the wrong assumptions in PostgreSQL formats new d992e266 Add CSV-290 test data files to rat exclusions new 1ad309fa Add test for tab characters (ASCII 9) in values new 41a063d2 Merge pull request #265 from angusdev/CSV-290 The 1894 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 | 2 + .../java/org/apache/commons/csv/CSVFormat.java | 14 +-- .../java/org/apache/commons/csv/CSVFormatTest.java | 8 +- .../apache/commons/csv/issues/JiraCsv290Test.java | 118 +++++++++++++++++++++ .../org/apache/commons/csv/CSV-290/psql.csv | 5 + .../org/apache/commons/csv/CSV-290/psql.tsv | 3 + 6 files changed, 139 insertions(+), 11 deletions(-) create mode 100644 src/test/java/org/apache/commons/csv/issues/JiraCsv290Test.java create mode 100644 src/test/resources/org/apache/commons/csv/CSV-290/psql.csv create mode 100644 src/test/resources/org/apache/commons/csv/CSV-290/psql.tsv