lp://staging/~temoto/myconnpy/fix480360
- Get this branch:
- bzr branch lp://staging/~temoto/myconnpy/fix480360
Branch merges
Related bugs
Related blueprints
Branch information
Recent revisions
- 140. By Sergey Shepelev
-
Fix #480360: when there are no more rows to fetch, cursor.fetchall() must return empty sequence, not None
- 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)