Skip to content

Commit 5ff50ed

Browse files
committed
Add missing propertynames definition
1 parent a6376e7 commit 5ff50ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tables.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ function Base.getindex(r::Row, col::Symbol)
5656
return getvalue(q, i, q.types[i])
5757
end
5858

59+
Base.propertynames(r::Row) = getquery(r).names
60+
5961
function Base.getproperty(r::Row, col::Symbol)
6062
q = getquery(r)
6163
i = q.lookup[col]

0 commit comments

Comments
 (0)