mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-08-03 11:50:08 +03:00
Updaed format_specifier in PyArg_ParseTupleAndKeywords
This commit is contained in:
parent
28c4e47622
commit
1cbe93347b
|
@ -1361,7 +1361,7 @@ psyco_curs_copy_from(cursorObject *self, PyObject *args, PyObject *kwargs)
|
|||
PyObject *file, *columns = NULL, *res = NULL;
|
||||
|
||||
if (!PyArg_ParseTupleAndKeywords(args, kwargs,
|
||||
"O&s|ssnO", kwlist,
|
||||
"O&s|ssnOss", kwlist,
|
||||
_psyco_curs_has_read_check, &file, &table_name, &sep, &null, &bufsize,
|
||||
&columns, "e, &format))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user