lp:myconnpy/0.1

Created by Geert JM Vanderkelen and last modified
Get this branch:
bzr branch lp:myconnpy/0.1
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

243. By Geert JM Vanderkelen

Fix: examples.config.Config.dbinfo() not returning TCP port

o Bug lp:586003
o Config.dbinfo() now includes the TCP port
o Adding test case
o Updating ChangeLog

242. By Geert JM Vanderkelen

Preparing release 0.1.5-devel

241. By Geert JM Vanderkelen

Copyright change to Oracle

o Change copyright in all files
o Fixing a silly typo

240. By Geert JM Vanderkelen

Critical bug fix: impossible to select big results

o It was impossible to select big result sets.
o Fixed for both Python2 and Python3.
o Added test case for bug lp:586003 and lp:551533

239. By Geert JM Vanderkelen

Preparing release 0.1.4-devel

238. By Geert JM Vanderkelen

Fix raising errors

o Some errors weren't raised correctly.

237. By Geert JM Vanderkelen

Additional fix for bug lp:573274

o A save went wrong after unittesting apparently.

236. By Geert JM Vanderkelen

Fixes the operation not being encoded to character set

o Forgot to save the encoded operation resulting in encoding errors (for Py2x)
o Trapping Unicode exceptions and raising those back to the application as
ProgrammingError exceptions.

235. By Geert JM Vanderkelen

Adding default collations to constants.CharacterSet

o When retrieving information about a character set, and no collation іs
given, the default collation will be returned. Before we assumed that each
charset had a default collation of 'xyz_general_ci', which is obviously wrong.
o Added unittest for new get_default_collation()-method.
o Fix in mysql.MySQLBase.get_characterset_info()

234. By Geert JM Vanderkelen

Improving DATETIME to datetime.datetime conversion

o The conversion from MySQL's DATETIME to datetime.datetime was still using
the expensive time.strptime() function. We are now parsing the string (buffer)
just like DATE and TIME fields.
o No updates to unittests needed.

Branch metadata

Branch format:
Branch format 6
Repository format:
Bazaar pack repository format 1 (needs bzr 0.92)
This branch contains Public information 
Everyone can see this information.