saleemno1 commented on PR #626: URL: https://github.com/apache/commons-csv/pull/626#issuecomment-5113711192
Also went through the Copilot notes: reworded the handleNull comment so it no longer implies null is always written unquoted (QuoteMode.ALL can quote it, it just never escapes it), parenthesized the isEscaped/strict-quote condition, and tightened the expectNulls javadoc and the test comment to match what actually happens for each format (PostgreSQL CSV uses an empty null string, so its \N field round trips as the value too). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
