This is an automated email from the ASF dual-hosted git repository.
garydgregory 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 b970582e Count rows produced instead of getRow() in
printRecords(ResultSet) (#627).
b970582e is described below
commit b970582e55d0510788bf1f7d2e19b017b4b30dea
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Jul 21 05:53:19 2026 -0700
Count rows produced instead of getRow() in printRecords(ResultSet)
(#627).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d0656451..4903cedf 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -68,6 +68,7 @@
<action type="fix" dev="ggregory" due-to="Naveed Khan, Gary
Gregory">Exclude byte-order mark from ExtendedBufferedReader byte counting
(#622).</action>
<action type="fix" dev="ggregory" due-to="Naveed Khan, Gary
Gregory">Skip trailing delimiter on comment lines in printComment
(#623).</action>
<action type="fix" dev="ggregory" due-to="Gary Gregory, Naveed Khan">Fix
SpotBugs 4.10.3 USO_UNSAFE_METHOD_SYNCHRONIZATION in CSVFormat print methods
(#624).</action>
+ <action type="fix" dev="ggregory" due-to="Gary Gregory, Naveed
Khan">Count rows produced instead of getRow() in printRecords(ResultSet)
(#627).</action>
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Gary Gregory, Indy, Sylvia van
Os" issue="CSV-307">Add an "Android Compatibility" section to the web
site.</action>
<action type="add" dev="ggregory" due-to="Ruiqi Dong, Gary Gregory"
issue="CSV-325">Add CSVParser.Builder.setByteOffset(long) (#604).</action>