~mysql/myconnpy/0.3

Viewing all changes in revision 294.

  • Committer: Geert Vanderkelen
  • Date: 2011-07-20 05:53:47 UTC
  • Revision ID: geert@vanderkelen.org-20110720055347-8e64fkgri4iofmqq
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

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: