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

Bugfix arobase support in password #41

Conversation

MrTchuss
Copy link

Connection string in OracleDatabase in used to connect to server is parsed by cx_Oracle. It fails when password contains a '@'. This diff modifies the way the connection string is built to support '@' in username and password.

quentinhardy and others added 3 commits October 8, 2019 14:21
Connection string in OracleDatabase in used to connect to server is
parsed by cx_Oracle. It fails when password contains a '@'. This diff
modifies the way the connection string is built to support '@' in
username and password.
@quentinhardy
Copy link
Owner

Thank you. The bug has been fixed in a previous version.

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.

2 participants