mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-02-18 01:50:32 +03:00
Added __conform__ to all adapters (typos excluded.)
This commit is contained in:
parent
515d66cc9f
commit
c787de5aad
|
@ -52,7 +52,7 @@ asis_getquoted(asisObject *self, PyObject *args)
|
||||||
}
|
}
|
||||||
|
|
||||||
PyObject *
|
PyObject *
|
||||||
asis_conform(binaryObject *self, PyObject *args)
|
asis_conform(asisObject *self, PyObject *args)
|
||||||
{
|
{
|
||||||
PyObject *res, *proto;
|
PyObject *res, *proto;
|
||||||
|
|
||||||
|
|
|
@ -84,7 +84,7 @@ pydatetime_getquoted(pydatetimeObject *self, PyObject *args)
|
||||||
}
|
}
|
||||||
|
|
||||||
PyObject *
|
PyObject *
|
||||||
datetime_conform(binaryObject *self, PyObject *args)
|
pydatetime_conform(pydatetimeObject *self, PyObject *args)
|
||||||
{
|
{
|
||||||
PyObject *res, *proto;
|
PyObject *res, *proto;
|
||||||
|
|
||||||
|
|
|
@ -60,7 +60,7 @@ mxdatetime_getquoted(mxdatetimeObject *self, PyObject *args)
|
||||||
}
|
}
|
||||||
|
|
||||||
PyObject *
|
PyObject *
|
||||||
mxdatetime_conform(binaryObject *self, PyObject *args)
|
mxdatetime_conform(mxdatetimeObject *self, PyObject *args)
|
||||||
{
|
{
|
||||||
PyObject *res, *proto;
|
PyObject *res, *proto;
|
||||||
|
|
||||||
|
|
|
@ -53,7 +53,7 @@ pboolean_getquoted(pbooleanObject *self, PyObject *args)
|
||||||
}
|
}
|
||||||
|
|
||||||
PyObject *
|
PyObject *
|
||||||
pboolean_conform(binaryObject *self, PyObject *args)
|
pboolean_conform(pbooleanObject *self, PyObject *args)
|
||||||
{
|
{
|
||||||
PyObject *res, *proto;
|
PyObject *res, *proto;
|
||||||
|
|
||||||
|
|
|
@ -185,7 +185,7 @@ qstring_prepare(qstringObject *self, PyObject *args)
|
||||||
}
|
}
|
||||||
|
|
||||||
PyObject *
|
PyObject *
|
||||||
qstring_conform(binaryObject *self, PyObject *args)
|
qstring_conform(qstringObject *self, PyObject *args)
|
||||||
{
|
{
|
||||||
PyObject *res, *proto;
|
PyObject *res, *proto;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user