Wed, 07 Sep 2011 20:59:54 -0400 |
Andy Dustman |
Ensure NULLs are returned as None by default. Return bad time values unchanged instead of None.
MySQLdb
|
Tue, 23 Feb 2010 00:39:20 -0500 |
Andy Dustman |
Bleached some whitespace so now it is extra-white.
MySQLdb
|
Mon, 22 Feb 2010 22:58:16 -0500 |
Andy Dustman |
Remove $Revision$ and $Author$ refs as hg doesn't use them.
MySQLdb
|
Mon, 22 Feb 2010 03:56:44 +0000 |
adustman |
More serious restructuring and cleaning, especially in the handling
MySQLdb
|
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
|
Fri, 24 Jul 2009 00:35:20 +0000 |
kylev |
show_warnings was renamed show_warnings (bug 2796727)
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
|
Sat, 28 Mar 2009 13:37:58 +0000 |
adustman |
Cursor MixIns: DEAD. More of the new type conversion scheme exposed. Two tests failing because encoding hasn't been finished yet.
MySQLdb
|
Sat, 28 Feb 2009 04:06:44 +0000 |
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.
MySQLdb
|
Mon, 23 Feb 2009 23:52:44 +0000 |
kylev |
There's no good reason to delay imports when the module is (1) useless without
MySQLdb
|
Wed, 11 Feb 2009 22:15:41 +0000 |
kylev |
Merge back r553 bug fix #2137599 for VALUES regex
MySQLdb
|
Fri, 14 Mar 2008 23:06:29 +0000 |
adustman |
Tons of changes from major refactoring/cleanup. This is all really broken
MySQLdb
|
Mon, 26 Feb 2007 18:08:28 +0000 |
adustman |
Formatting and PyLint fixes. Final score: 8.21/10
MySQLdb
|
Mon, 26 Feb 2007 02:40:02 +0000 |
adustman |
Me and PyLint had a knife fight, but PyLint had a gun.
MySQLdb
|
Sun, 11 Feb 2007 21:36:29 +0000 |
adustman |
New error handling code, plus some small fixes from 1.2
MySQLdb
|
Sun, 11 Feb 2007 04:37:29 +0000 |
adustman |
Merge changes from 1.2 branch r456-468
MySQLdb
|
Tue, 24 Oct 2006 19:52:31 +0000 |
adustman |
Merge changes from MySQLdb-1.2 branch (448-455)
MySQLdb
|
Sun, 02 Apr 2006 18:20:53 +0000 |
adustman |
Copying 1.2.1 to be the new trunk
MySQLdb
|