Mercurial > p > mysql-python > mysqldb-2
graph
-
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