Mercurial > p > mysql-python > mysqldb-2
graph
-
Ensure NULLs are returned as None by default. Return bad time values unchanged instead of None. MySQLdb2011-09-08, by Andy Dustman
-
Added a simple_fetch_row() to the result object that simply returns one row MySQLdb2010-02-19, by adustman
-
Defer incrementing reference to the decoder stack until later so we don't have to MySQLdb2009-07-24, by kylev
-
Fix #2663436: Character fields with a binary character set should be returned as str, else unicode. MySQLdb2009-03-05, by adustman
-
make things a little cleaner by moving to a src directory for the C code MySQLdb2009-02-27, by kylev
-
There's no good reason to delay imports when the module is (1) useless without MySQLdb2009-02-23, by kylev
-
don't leak special-case tuples (present in unicode modes), backport from 1.2br MySQLdb2009-02-23, by kylev
-
Bring back conversions for the time being, until we can get trunk actually MySQLdb2009-02-17, by kylev
-
_PyTuple_Resize is stable since 2.2, so we don't need the macro MyTuple_Resize MySQLdb2009-02-17, by kylev
-
Use Py_InitModule3 since we were were doing the same as the #define for the MySQLdb2009-02-13, by kylev
-
Since tests are easy to run, there's no reason to have them in shipping code. MySQLdb2009-02-12, by kylev
-
Clean out the old 1.x and 2.2 era memory workarounds (our minimum is 2.3). MySQLdb2009-02-07, by kylev