Skip to content

PyDAL for Azure MySQL #712

@rogeriosantosluz

Description

@rogeriosantosluz

Hi I'd like to suugest two things to make PyDAL work with MySQL Azure:

  1. Adjust REGEX_URI on MySQL class to accept user with "@", required for Azure MySQL connections
    "^(?P<user>[^:]+)(:(?P<password>[^@]*))?" will work
  2. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions