summaryrefslogtreecommitdiff
path: root/psycopg/adapter_binary.c
diff options
context:
space:
mode:
authorFederico Di Gregorio <fog@initd.org>2005-02-28 15:50:55 +0000
committerFederico Di Gregorio <fog@initd.org>2005-02-28 15:50:55 +0000
commitcd672525e10826231576e6eb5ab256df1bfed72c (patch)
treef6d2add7b330b9c73a950ce6fee0ea9254d12f81 /psycopg/adapter_binary.c
parent1ec3c837203661efd9441e2509351156b4a53a40 (diff)
downloadpsycopg2-cd672525e10826231576e6eb5ab256df1bfed72c.tar.gz
Adaptation fixes (a lot.)
Diffstat (limited to 'psycopg/adapter_binary.c')
-rw-r--r--psycopg/adapter_binary.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/psycopg/adapter_binary.c b/psycopg/adapter_binary.c
index d8629d4..43be441 100644
--- a/psycopg/adapter_binary.c
+++ b/psycopg/adapter_binary.c
@@ -190,8 +190,8 @@ static struct PyMemberDef binaryObject_members[] = {
static PyMethodDef binaryObject_methods[] = {
{"getquoted", (PyCFunction)binary_getquoted, METH_VARARGS,
"getquoted() -> wrapped object value as SQL-quoted binary string"},
- {"prepare", (PyCFunction)binary_prepare, METH_VARARGS,
- "prepare(conn) -> currently does nothing"},
+ /* {"prepare", (PyCFunction)binary_prepare, METH_VARARGS,
+ "prepare(conn) -> currently does nothing"},*/
{NULL} /* Sentinel */
};