[Groonga-commit] droonga/fluent-plugin-droonga at e94c354 [master] Return a boolean value as the response body for add command

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Dec 26 18:59:51 JST 2013


YUKI Hiroshi	2013-12-26 18:59:51 +0900 (Thu, 26 Dec 2013)

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

  Message:
    Return a boolean value as the response body for add command

  Modified files:
    lib/droonga/plugin/handler/add.rb

  Modified: lib/droonga/plugin/handler/add.rb (+1 -1)
===================================================================
--- lib/droonga/plugin/handler/add.rb    2013-12-26 18:58:11 +0900 (ad909f4)
+++ lib/droonga/plugin/handler/add.rb    2013-12-26 18:59:51 +0900 (5a06114)
@@ -77,7 +77,7 @@ module Droonga
       end
 
       add_record(table, request)
-      [true]
+      true
     end
 
     def add_record(table, request)
-------------- next part --------------
HTML����������������������������...
다운로드 



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