-
Notifications
You must be signed in to change notification settings - Fork 146
Open
Description
Hi I'd like to suugest two things to make PyDAL work with MySQL Azure:
- Adjust REGEX_URI on MySQL class to accept user with "@", required for Azure MySQL connections
"^(?P<user>[^:]+)(:(?P<password>[^@]*))?"will work - Make uriargs accept an extra argument called ssl_ca that will point to DigiCertGlobalRootG2.crt
self.driver_args["ssl"] = {"ssl-ca": ssl_ca}
mysql.txt
Thank you
Metadata
Metadata
Assignees
Labels
No labels