MySQL Connector/Python: getting the errno

Issue #1654 resolved
Former user created an issue

Currently dialects/mysql/mysqlconnector.py is using a regular expression to get the errno out of the error message. However, this is already available from the exceptions thrown by the Connector. Good to fix this, as it is not correctly working now.

Comments (2)

  1. Log in to comment