YUKI Hiroshi
null+****@clear*****
Wed Apr 23 18:22:45 JST 2014
YUKI Hiroshi 2014-04-23 18:22:45 +0900 (Wed, 23 Apr 2014) New Revision: 7b51b1946139a19502611ac11e1bd0e689657b52 https://github.com/droonga/droonga-engine/commit/7b51b1946139a19502611ac11e1bd0e689657b52 Message: groonga: Add column_list to the list of generic commands Modified files: lib/droonga/plugins/groonga.rb lib/droonga/plugins/groonga/generic_response.rb Modified: lib/droonga/plugins/groonga.rb (+1 -0) =================================================================== --- lib/droonga/plugins/groonga.rb 2014-04-23 18:21:09 +0900 (2b8b4cc) +++ lib/droonga/plugins/groonga.rb 2014-04-23 18:22:45 +0900 (7373aab) @@ -31,4 +31,5 @@ require "droonga/plugins/groonga/table_remove" require "droonga/plugins/groonga/column_create" require "droonga/plugins/groonga/column_remove" require "droonga/plugins/groonga/column_rename" +require "droonga/plugins/groonga/column_list" Modified: lib/droonga/plugins/groonga/generic_response.rb (+1 -0) =================================================================== --- lib/droonga/plugins/groonga/generic_response.rb 2014-04-23 18:21:09 +0900 (0e838a1) +++ lib/droonga/plugins/groonga/generic_response.rb 2014-04-23 18:22:45 +0900 (cbb9397) @@ -26,6 +26,7 @@ module Droonga "column_create", "column_remove", "column_rename", + "column_list", ] input_message.pattern = ["type", :in, groonga_commands] output_message.pattern = ["body.result", :exist] -------------- next part -------------- HTML����������������������������...Download