lp:myconnpy/0.3
- Get this branch:
- bzr branch lp:myconnpy/0.3
Branch merges
Related bugs
Bug #691836: Incorrect substitution by cursor.execute when tuple args contains '%s' | Critical | Triaged |
|
Bug #695514: Infinite recursion when setting connection client_flags | Medium | In Progress |
|
Bug #701081: Doesn't install with Python 2.4 | Critical | Triaged |
|
Bug #711520: connection.py fails on incomplete packet send | High | Triaged |
|
Bug #712037: MySQL Connector does not work with SQLAlchemy and Python 2.6 | High | Triaged |
|
Bug #790226: database name *must* be of type str() | Low | In Progress |
|
Related blueprints
Branch information
Recent revisions
- 296. By Geert JM Vanderkelen
-
Using socket.sendall() instead of looping using send()
o Tentative fix for bug lp:711520
- 294. By Geert JM Vanderkelen
-
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 - 293. By Geert JM Vanderkelen
-
Fix: adding MySQLConnection
.get_characters et_info( ) back o Keeping backward compatible with earlier releases of MySQL
Connector/Python. However, it's good to use charset-property. - 291. By Geert JM Vanderkelen
-
Fix: setup.py didn't support Python 2.4 when installing
o Fixes setup.py so installation works with Python 2.4. The code itself
was OK (see lp:701081)
o Updated ChangeLog. - 289. By Geert JM Vanderkelen
-
Fix: %s not substituted correctly when argument contains %s
o Py3k: Arguments were incorrectly substituted when one or more arguments
of execute() or executemany() contained %s (see lp:691836) - 288. By Geert JM Vanderkelen
-
Fix: Setting client_flags using integer gives RuntimeError
* Setting the client_flags using an integer triggered an inifinit
recursion (bug lp:695514). It now correctly sets the flags to whatever
is given. Note that it is recommended to use a list of flags.
* Adding test case for bug report.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)