Mercurial > p > mysql-python > mysqldb-2
graph
-
More serious restructuring and cleaning, especially in the handling MySQLdbMon, 22 Feb 2010 03:56:44 +0000, by adustman
-
This passes all test, yet is still broken and ugly in many ways. MySQLdbSat, 20 Feb 2010 04:27:21 +0000, by adustman
-
Added a simple_fetch_row() to the result object that simply returns one row MySQLdbFri, 19 Feb 2010 02:21:11 +0000, by adustman
-
Back-port unsigned long kill unpack fix from 1.2br. MySQLdbTue, 08 Dec 2009 00:20:52 +0000, by kylev
-
show_warnings was renamed show_warnings (bug 2796727) MySQLdbFri, 24 Jul 2009 00:35:20 +0000, by kylev
-
Defer incrementing reference to the decoder stack until later so we don't have to MySQLdbFri, 24 Jul 2009 00:27:38 +0000, by kylev
-
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. MySQLdbMon, 30 Mar 2009 20:21:24 +0000, by 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. MySQLdbSun, 29 Mar 2009 16:26:30 +0000, by adustman
-
figleaf revealed that the INSERT_VALUES regex never matched. Added a test for this, and fixed the regex (forgot to add group anchors) MySQLdbSun, 29 Mar 2009 00:52:14 +0000, by adustman
-
Cursor MixIns: DEAD. More of the new type conversion scheme exposed. Two tests failing because encoding hasn't been finished yet. MySQLdbSat, 28 Mar 2009 13:37:58 +0000, by adustman
-
Add a connection.ping() test. Oh look, it's broken. MySQLdbWed, 11 Mar 2009 03:17:58 +0000, by adustman