dbsqlcli does not correctly handle fields that contain a newline in csv table format. `SELECT '\n' AS col1;` This query does not output any quotes at all.
dbsqlcli does not correctly handle fields that contain a newline in csv table format.
SELECT '\n' AS col1;This query does not output any quotes at all.