~psycopg/psycopg/2.0.x

« back to all changes in this revision

Viewing changes to psycopg/psycopg.h

  • Committer: Federico Di Gregorio
  • Date: 2008-11-25 16:45:22 UTC
  • Revision ID: fog@initd.org-20081125164522-uyhe2oimzieqg3fd
Applied COPY patch from Alejandro Dubrovsky

Show diffs side-by-side

added added

removed removed

Lines of Context:
143
143
HIDDEN void psyco_set_error(PyObject *exc, PyObject *curs,  const char *msg,
144
144
                            const char *pgerror, const char *pgcode);
145
145
 
146
 
HIDDEN size_t qstring_escape(char *to, char *from, size_t len, PGconn *conn);
 
146
HIDDEN size_t qstring_escape(char *to, const char *from, size_t len, PGconn *conn);
147
147
 
148
148
/* Exceptions docstrings */
149
149
#define Error_doc \