Kosuke Asami
null+****@clear*****
Tue Jul 16 15:08:56 JST 2013
Kosuke Asami 2013-07-16 15:08:56 +0900 (Tue, 16 Jul 2013) New Revision: da917bd9a7fcee7c63baba8e326307be04bce3e9 https://github.com/groonga/fluent-plugin-droonga/commit/da917bd9a7fcee7c63baba8e326307be04bce3e9 Message: column_create: use "index" instead of "column" to indicate a method for index-type create_column_index_name -> create_index_options_name Modified files: lib/droonga/plugin/groonga/column_create.rb Modified: lib/droonga/plugin/groonga/column_create.rb (+2 -2) =================================================================== --- lib/droonga/plugin/groonga/column_create.rb 2013-07-16 15:06:22 +0900 (1b3ad6a) +++ lib/droonga/plugin/groonga/column_create.rb 2013-07-16 15:08:56 +0900 (4cec3fb) @@ -83,11 +83,11 @@ module Droonga def create_index_options options = {} - create_column_index_name(options) + create_index_options_name(options) options end - def create_column_index_name(options) + def create_index_options_name(options) options[:name] = @command["name"] end end -------------- next part -------------- HTML����������������������������...Download