Navigation Menu

Skip to content

Commit

Permalink
Add table_list and column_list to the list of known groonga commands
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 24, 2014
1 parent f467abe commit 86a5993
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/drntest/response-normalizer.rb
Expand Up @@ -45,9 +45,11 @@ def normalize_droonga_message_body!(body)
GROONGA_COMMANDS = [
"table_create",
"table_remove",
"table_list",
"column_create",
"column_remove",
"column_rename",
"column_list",
"select",
]
def groonga_command?
Expand Down

0 comments on commit 86a5993

Please sign in to comment.