There was an error while loading. Please reload this page.
1 parent 4bcfd6a commit a11a1b6Copy full SHA for a11a1b6
include/docs/cursor.h
@@ -38,7 +38,10 @@ PyDoc_STRVAR(
38
"- precision\n"
39
"- scale\n"
40
"- null_ok\n"
41
- "- field_flags\n\n"
+ "- field_flags\n"
42
+ "- table_name\n"
43
+ "- original_column_name\n"
44
+ "- original_table_name\n\n"
45
"This attribute will be None for operations that do not return rows or if the cursor has\n"
46
"not had an operation invoked via the .execute*() method yet."
47
);
0 commit comments