sqlalchemy.databases.mysql.MySQLDialect.__init__ ignores non-None module parameter

Issue #219 resolved
Former user created an issue

sqlalchemy.databases.mysql.MySQLDialect.init ignores non-None module parameter. It sets self.module to MySQLdb if module is none, but simply ignores any other value, which leads to AttributeError in MySQLDialect.dbapi method later.

Comments (2)

  1. Log in to comment