Closed MrTchuss closed 4 years ago
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.
Thank you. The bug has been fixed in a previous version.
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.