Mercurial > p > mysql-python > mysqldb-2
log MySQLdb/cursors.py @ 65:7a60c4574baf MySQLdb
age | author | description |
---|---|---|
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 |