Comment 1 for bug 790226

Revision history for this message
Geert JM Vanderkelen (geertjmvdk) wrote :

Thanks for this bug report!

  Fix: Unhandled exception when database was given as integer

  o There was an unhandled exception when you pass the database name as an
    integer. We now force the database name to be a string.
  o Using self._username and self._database when opening the connection
    in MySQLConnection.connect()
  o Adding test case for bug lp:790226