[Groonga-commit] droonga/fluent-plugin-droonga at 5871294 [master] Use Groonga::Command::Base#arguments instead of #to_hash

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Sep 18 12:31:13 JST 2013


YUKI Hiroshi	2013-09-18 12:31:13 +0900 (Wed, 18 Sep 2013)

  New Revision: 58712949564eff2316df94230f63a80db39e35bc
  https://github.com/droonga/fluent-plugin-droonga/commit/58712949564eff2316df94230f63a80db39e35bc

  Message:
    Use Groonga::Command::Base#arguments instead of #to_hash

  Modified files:
    lib/groonga_command_converter.rb

  Modified: lib/groonga_command_converter.rb (+3 -3)
===================================================================
--- lib/groonga_command_converter.rb    2013-09-12 19:10:43 +0900 (b47f935)
+++ lib/groonga_command_converter.rb    2013-09-18 12:31:13 +0900 (e14dd1d)
@@ -75,11 +75,11 @@ module Droonga
     end
 
     def create_table_create_command
-      create_envelope("table_create", @command.to_hash)
+      create_envelope("table_create", @command.arguments)
     end
 
     def create_column_create_command
-      create_envelope("column_create", @command.to_hash)
+      create_envelope("column_create", @command.arguments)
     end
 
     def split_load_command_to_add_commands(&block)
@@ -107,7 +107,7 @@ module Droonga
     end
 
     def create_select_command
-      create_envelope("select", @command.to_hash)
+      create_envelope("select", @command.arguments)
     end
   end
 end
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index