Mercurial > p > mysql-python > mysqldb-2
log
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 |
Wed, 11 Mar 2009 03:17:58 +0000 | adustman | Add a connection.ping() test. Oh look, it's broken. MySQLdb |
Sun, 08 Mar 2009 17:50:34 +0000 | adustman | Fix #2671682. (from 1.2 branch) MySQLdb |
Sun, 08 Mar 2009 16:02:16 +0000 | adustman | Move the test_suite config to where it belongs MySQLdb |
Thu, 05 Mar 2009 20:00:51 +0000 | kylev | Merge back change 609 for remaining old style exceptions MySQLdb |