~bsdemon/myconnpy/fixes

Viewing all changes in revision 221.

  • Committer: Geert Vanderkelen
  • Date: 2010-02-26 14:42:15 UTC
  • Revision ID: geert.vanderkelen@sun.com-20100226144215-slekjfm8zf5e08d5
Reimplementing protocol.MySQLProtocol

* Started out refactoring MySQLProtocol, but ended up rewriting it
  completely. It is now much simpler and easier to maintain. There
  should also be an increase in performance.
* Classes in the cursor and connection modules had to change as well
  due to many changed of MySQLProtocol
* Changes are for both Python v2 and v3.1.
* Test cases have been updated and MySQLProtocol is now fully tested
  (without the need of connecting to a MySQL server)
* Various other small changes.
* Current unittests are passing.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: