lp:myconnpy/0.3

Created by Geert JM Vanderkelen and last modified
Get this branch:
bzr branch lp:myconnpy/0.3
Members of Oracle/MySQL Engineering can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Oracle/MySQL Engineering
Project:
MySQL Connector/Python
Status:
Abandoned

Recent revisions

296. By Geert JM Vanderkelen

Using socket.sendall() instead of looping using send()

o Tentative fix for bug lp:711520

295. By Geert JM Vanderkelen

Updating ChangeLog for bug lp:790226

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_characterset_info() back

o Keeping backward compatible with earlier releases of MySQL
  Connector/Python. However, it's good to use charset-property.

292. By Geert JM Vanderkelen

Fix: test case for bug lp:695514 now works

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.

290. By Geert JM Vanderkelen

Preparing v0.3.1 release

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.

287. By Geert JM Vanderkelen

Possible to also send big packages

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.