Skip to content

Commit a11a1b6

Browse files
committed
Add documentation for CONPY-88
1 parent 4bcfd6a commit a11a1b6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

include/docs/cursor.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@ PyDoc_STRVAR(
3838
"- precision\n"
3939
"- scale\n"
4040
"- null_ok\n"
41-
"- field_flags\n\n"
41+
"- field_flags\n"
42+
"- table_name\n"
43+
"- original_column_name\n"
44+
"- original_table_name\n\n"
4245
"This attribute will be None for operations that do not return rows or if the cursor has\n"
4346
"not had an operation invoked via the .execute*() method yet."
4447
);

0 commit comments

Comments
 (0)