log tests/test_MySQLdb_capabilities.py @ 85:c16ae20b964d default tip

age author description
Sat, 20 Feb 2010 04:27:21 +0000 adustman This passes all test, yet is still broken and ugly in many ways. MySQLdb
Thu, 18 Feb 2010 23:47:51 +0000 adustman Check in some old changes MySQLdb
Mon, 30 Mar 2009 20:21:24 +0000 adustman Reimplement MySQL->Python type conversion in C; much simpler and easier to deal with now. Hey, all my tests pass, so I guess that means I need to write some more tests. MySQLdb
Sun, 29 Mar 2009 16:26:30 +0000 adustman By exposing connection on result, decoders can be simplified: Only the field object is needed. Turned on leak testing and found a leak writing BLOBs. removed one of the old stubs in Cursor. MySQLdb
Sun, 29 Mar 2009 00:52:14 +0000 adustman figleaf revealed that the INSERT_VALUES regex never matched. Added a test for this, and fixed the regex (forgot to add group anchors) MySQLdb
Wed, 11 Mar 2009 03:17:58 +0000 adustman Add a connection.ping() test. Oh look, it's broken. MySQLdb
Sun, 08 Mar 2009 17:50:34 +0000 adustman Fix #2671682. (from 1.2 branch) MySQLdb
Fri, 14 Mar 2008 23:06:29 +0000 adustman Tons of changes from major refactoring/cleanup. This is all really broken MySQLdb