summaryrefslogtreecommitdiff
path: root/psycopg/cursor.h
diff options
context:
space:
mode:
Diffstat (limited to 'psycopg/cursor.h')
-rw-r--r--psycopg/cursor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/psycopg/cursor.h b/psycopg/cursor.h
index e291d45..3c94fe3 100644
--- a/psycopg/cursor.h
+++ b/psycopg/cursor.h
@@ -80,6 +80,7 @@ struct cursorObject {
char *qattr; /* quoting attr, used when quoting strings */
char *notice; /* a notice from the backend */
char *name; /* this cursor name */
+ char *qname; /* this cursor name, quoted */
PyObject *string_types; /* a set of typecasters for string types */
PyObject *binary_types; /* a set of typecasters for binary types */