Skip to content

Commit

Permalink
Code fix for issue #413
Browse files Browse the repository at this point in the history
Signed-off-by: Arnab Mukherjee <[email protected]>
  • Loading branch information
Arnab Mukherjee authored and amukherjee28 committed May 19, 2022
1 parent 1d8af42 commit cdaf614
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions IBM_DB/ibm_db/ibm_db.c
Original file line number Diff line number Diff line change
Expand Up @@ -3293,6 +3293,7 @@ static PyObject *ibm_db_columns(PyObject *self, PyObject *args)
Py_XDECREF(py_table_name);
Py_XDECREF(py_column_name);

Py_INCREF(Py_None);
return (PyObject *)stmt_res;
} else {
Py_XDECREF(py_qualifier);
Expand Down

0 comments on commit cdaf614

Please sign in to comment.