Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Mar 19, 2024
Merged

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

merged 2 commits into from
Mar 19, 2024

Conversation

Mytherin
Copy link
Contributor

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)

@Mytherin Mytherin merged commit 4718e00 into main Mar 19, 2024
22 of 24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to attach when a connection parameter has whitespace or equal sign
1 participant