Minor tweaks.

ZMySQLDA.patch makes Zope's ZMySQLDA compatible with MySQLdb (maybe).
This commit is contained in:
adustman
1999-07-20 04:04:20 +00:00
parent c3d23b6858
commit f88e77d033
4 changed files with 102 additions and 9 deletions

View File

@ -363,6 +363,7 @@ _mysql_ResultObject_New(conn, result, use, conv)
fun = PyObject_GetItem(conv, tmp);
Py_XDECREF(tmp);
if (!fun) {
PyErr_Clear();
fun = Py_None;
Py_INCREF(Py_None);
}