lp:~temoto/myconnpy/fix480360

Created by Sergey Shepelev and last modified
Get this branch:
bzr branch lp:~temoto/myconnpy/fix480360
Only Sergey Shepelev can upload to this branch. If you are Sergey Shepelev please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Sergey Shepelev
Project:
MySQL Connector/Python
Status:
Mature

Recent revisions

140. By Sergey Shepelev

Fix #480360: when there are no more rows to fetch, cursor.fetchall() must return empty sequence, not None

139. By Geert JM Vanderkelen

Adding __unicode__

138. By Geert JM Vanderkelen

Just raise whatever exception we got while receiving data

137. By Geert JM Vanderkelen

Raise an OperationalError on error result

136. By Geert JM Vanderkelen

Changes in the way MySQL version is returned

* MySQL.get_server_version() returns a tuple, e.g. (5,1,40)
* MySQL.get_server_info() returns a string, e.g. '5.1.40-log'

135. By Geert JM Vanderkelen

Wrong reference to db variable

Not sure how that never got tested.. Have to recheck unittesting ASAP

134. By Geert JM Vanderkelen

Require Python 2.4 and higher, but not Python v3

* Minimal version is Python 2.4
* We give error when Python 3 is detected

133. By Geert JM Vanderkelen

Fixing imports

* Fixing the imports
* Some error message changes: removed reduntent text

132. By Geert JM Vanderkelen

Import clean up and removing _get_db()

* Imports are cleaned up
* Not sure what ConverterBase._get_db() did there
* Changing __init__ to set member variables
* Some PEP257 changes

131. By Geert JM Vanderkelen

Fixing imports

* Removing redundant imports
* Fixing addressing local classes
* Importing struct
* Some code layout changes

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.

Subscribers