We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de7f67e commit 68a710dCopy full SHA for 68a710d
1 file changed
docs/src/test/other.md
@@ -77,11 +77,11 @@ to the wrapped cursor object.
77
78
cr = DBInterface.execute(stmt)
79
Tables.rowtable(cr)
80
- #-> @NamedTuple{ … }[(person_id = 1780, year_of_birth = 1940), … ]
+ #-> …[(person_id = 1780, year_of_birth = 1940), … ]
81
82
83
Tables.columntable(cr)
84
- #-> (person_id = [1780, … ], year_of_birth = [1940, … ])
+ #-> (person_id = …[1780, … ], year_of_birth = …[1940, … ])
85
86
DBInterface.close!(stmt)
87
0 commit comments