You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A change in behavior has been observed between DuckDB CLI versions 1.1.x and 1.2.1. Specifically, when using the sniff_csv function with ignore_errors=true, V1.2.1 detects quote and escape characters as single quotes ('), while V1.1.x correctly identifies them as double quotes (").