Mercurial > p > mysql-python > mysqldb-2
graph
-
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
-
Merge back change 609 for remaining old style exceptions MySQLdbThu, 05 Mar 2009 20:00:51 +0000, by kylev
-
Fix #2663436: Character fields with a binary character set should be returned as str, else unicode. MySQLdbThu, 05 Mar 2009 02:40:50 +0000, by adustman
-
The pure Python SQL-to-Python conversion code. TODO: There should be a way to register plugins in the module and in the connection. MySQLdbSat, 28 Feb 2009 04:06:44 +0000, by adustman
-
make things a little cleaner by moving to a src directory for the C code MySQLdbFri, 27 Feb 2009 19:14:09 +0000, by kylev
-
There's no good reason to delay imports when the module is (1) useless without MySQLdbMon, 23 Feb 2009 23:52:44 +0000, by kylev
-
don't leak special-case tuples (present in unicode modes), backport from 1.2br MySQLdbMon, 23 Feb 2009 23:46:37 +0000, by kylev
-
test_LONG and test_TEXT are failing but I can't see why yet MySQLdbSun, 22 Feb 2009 20:38:12 +0000, by adustman
-
set and frozenset always available in Python 2.4 and newer MySQLdbSun, 22 Feb 2009 20:09:56 +0000, by adustman
-
decimal module always available in Python 2.4 and newer MySQLdbSun, 22 Feb 2009 20:03:48 +0000, by adustman
-
This makes setup.py test use nose to run all the tests MySQLdbSun, 22 Feb 2009 19:29:42 +0000, by adustman
-
Bring back conversions for the time being, until we can get trunk actually MySQLdbTue, 17 Feb 2009 18:59:35 +0000, by kylev
-
_PyTuple_Resize is stable since 2.2, so we don't need the macro MyTuple_Resize MySQLdbTue, 17 Feb 2009 06:02:33 +0000, by kylev