Closed IanEmmons closed 5 years ago
When Parliament answers a select query in CSV format, the results are not properly escaped. For example, if the results contain a string literal whose value contains a comma or carriage return, those characters are not escaped in the CSV output.
Added a unit test to verify this behavior, and there appears to be no bug. The CSV is quoted properly.
When Parliament answers a select query in CSV format, the results are not properly escaped. For example, if the results contain a string literal whose value contains a comma or carriage return, those characters are not escaped in the CSV output.