mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-26 10:53:44 +03:00
Patchset copy_expert 2/5.
This commit is contained in:
parent
a23de80c6b
commit
3b2908b51e
|
@ -1,6 +1,9 @@
|
||||||
2007-05-29 Federico Di Gregorio <fog@initd.org>
|
2007-05-29 Federico Di Gregorio <fog@initd.org>
|
||||||
|
|
||||||
* Applied whitespace normalization patch from David Rushby (copy_expert set.)
|
* 64 bit fix patch from David Rushby (copy_expert set 2/5.)
|
||||||
|
|
||||||
|
* Applied whitespace normalization patch from David Rushby (copy_expert
|
||||||
|
set 1/5.)
|
||||||
|
|
||||||
2007-04-25 Federico Di Gregorio <fog@initd.org>
|
2007-04-25 Federico Di Gregorio <fog@initd.org>
|
||||||
|
|
||||||
|
|
|
@ -1083,7 +1083,7 @@ static int _psyco_curs_copy_columns(PyObject *columns, char *columnlist)
|
||||||
PyObject *col, *coliter;
|
PyObject *col, *coliter;
|
||||||
Py_ssize_t collen;
|
Py_ssize_t collen;
|
||||||
char* colname;
|
char* colname;
|
||||||
int offset = 1;
|
Py_ssize_t offset = 1;
|
||||||
|
|
||||||
columnlist[0] = '\0';
|
columnlist[0] = '\0';
|
||||||
if (columns == NULL || columns == Py_None) return 0;
|
if (columns == NULL || columns == Py_None) return 0;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user