Open rogeriosantosluz opened 1 year ago
Hi I'd like to suugest two things to make PyDAL work with MySQL Azure:
"^(?P<user>[^:]+)(:(?P<password>[^@]*))?"
self.driver_args["ssl"] = {"ssl-ca": ssl_ca}
Thank you
Wow. I ignored this for one year and I feel bad. I would be happy to support this. Any chance you could make a PR and help test it.
Hi I'd like to suugest two things to make PyDAL work with MySQL Azure:
"^(?P<user>[^:]+)(:(?P<password>[^@]*))?"
will workself.driver_args["ssl"] = {"ssl-ca": ssl_ca}
mysql.txtThank you