Mercurial > p > mysql-python > mysqldb-2
log tests/test_MySQLdb_nonstandard.py @ 82:ffe9e5ca17e0 MySQLdb
age | author | description |
---|---|---|
Sun, 22 Feb 2009 20:38:12 +0000 | adustman | test_LONG and test_TEXT are failing but I can't see why yet MySQLdb |
Sun, 22 Feb 2009 20:01:31 +0000 | adustman | Read a default file in the test setUp. Since Python 2.4, int() will return longs if needed so make all long references int as in Python 3.0 there is no more long due to int/long unification (new ints are old longs). MySQLdb |
Sun, 15 Feb 2009 07:56:43 +0000 | kylev | More NOARGS, with test coverage MySQLdb |