[Groonga-commit] droonga/fluent-plugin-droonga at 32d0a89 [master] Follow name change

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Feb 26 14:44:17 JST 2014


Kouhei Sutou	2014-02-26 14:44:17 +0900 (Wed, 26 Feb 2014)

  New Revision: 32d0a89db472efa560ce2cff0f7a0e5d8b2354e6
  https://github.com/droonga/fluent-plugin-droonga/commit/32d0a89db472efa560ce2cff0f7a0e5d8b2354e6

  Message:
    Follow name change
    
    command ->
    type
    
    It will really make Travis CI green again.

  Modified files:
    lib/droonga/plugins/groonga/select.rb

  Modified: lib/droonga/plugins/groonga/select.rb (+1 -1)
===================================================================
--- lib/droonga/plugins/groonga/select.rb    2014-02-26 14:29:45 +0900 (cc9d0f3)
+++ lib/droonga/plugins/groonga/select.rb    2014-02-26 14:44:17 +0900 (de69973)
@@ -107,7 +107,7 @@ module Droonga
             converter = RequestConverter.new
             select_request = input_message.body
             search_request = converter.convert(select_request)
-            input_message.command = "search"
+            input_message.type = "search"
             input_message.body = search_request
           end
 
-------------- next part --------------
HTML����������������������������...
Download 



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