[Groonga-commit] droonga/fluent-plugin-droonga at 9725498 [master] Add record to array table correctly

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Dec 26 17:30:45 JST 2013


YUKI Hiroshi	2013-12-26 17:30:45 +0900 (Thu, 26 Dec 2013)

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

  Message:
    Add record to array table correctly

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

  Modified: lib/droonga/plugin/handler/add.rb (+2 -3)
===================================================================
--- lib/droonga/plugin/handler/add.rb    2013-12-26 17:28:50 +0900 (5677d9e)
+++ lib/droonga/plugin/handler/add.rb    2013-12-26 17:30:45 +0900 (57f68a7)
@@ -74,10 +74,9 @@ module Droonga
         unless request.include?("key")
           raise MissingPrimaryKeyParameter.new(request["table"])
         end
-        add_record(table, request)
-      else
-        add_record(table, nil, request["values"], request)
       end
+
+      add_record(table, request)
       [true]
     end
 
-------------- next part --------------
HTML����������������������������...
Download 



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