duckdb / duckdb_mysql

MIT License
45 stars 10 forks source link

Fix #42 - allow for quotes in MySQL connect DSN #48

Closed Mytherin closed 5 months ago

Mytherin commented 5 months ago

Fix #42

Allows elements in the MySQL connection string to be quoted with double quotes, e.g.:

ATTACH 'host="localhost" password="this is a string with spaces \"and escapes \\"' AS s (TYPE MYSQL_SCANNER)