Navigation Menu

Skip to content

Commit

Permalink
groonga: Return columns with a header
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 23, 2014
1 parent 7b51b19 commit 6ae8838
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/droonga/plugins/groonga/column_list.rb
Expand Up @@ -46,7 +46,8 @@ def process_request(request)
:result => false)
end

list_columns(table_name)
columns = list_columns(table_name)
[HEADER, *columns]
end

private
Expand Down

0 comments on commit 6ae8838

Please sign in to comment.