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

bug: mysql miss port when using connection URL #9417

Closed
1 task done
grieve54706 opened this issue Jun 21, 2024 · 0 comments · Fixed by #9421
Closed
1 task done

bug: mysql miss port when using connection URL #9417

grieve54706 opened this issue Jun 21, 2024 · 0 comments · Fixed by #9421
Labels
bug Incorrect behavior inside of ibis

Comments

@grieve54706
Copy link
Contributor

What happened?

When using ibis.connect(f"mysql://{user}:{password}@{host}:{port}/{database}"), connect_args in the _from_url is missing "port": url.port in the Backend class of backends.mysql. It will always use the default port when using the connection URL.

What version of ibis are you using?

9.0.0

What backend(s) are you using, if any?

MySQL

Relevant log output

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Incorrect behavior inside of ibis
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant