[Groonga-commit] droonga/droonga-engine at e9dd557 [master] groonga: Receive "filter" parameter value

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Apr 24 13:56:05 JST 2014


YUKI Hiroshi	2014-04-24 13:56:05 +0900 (Thu, 24 Apr 2014)

  New Revision: e9dd55716d57cf30e5e90f3149b2158bf8357e27
  https://github.com/droonga/droonga-engine/commit/e9dd55716d57cf30e5e90f3149b2158bf8357e27

  Message:
    groonga: Receive "filter" parameter value

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

  Modified: lib/droonga/plugins/groonga/delete.rb (+2 -1)
===================================================================
--- lib/droonga/plugins/groonga/delete.rb    2014-04-24 13:54:54 +0900 (ffefae1)
+++ lib/droonga/plugins/groonga/delete.rb    2014-04-24 13:56:05 +0900 (e2658ae)
@@ -31,7 +31,8 @@ module Droonga
 
             delete_record(@command["table"],
                           :key => @command["key"],
-                          :id => @command["id"])
+                          :id => @command["id"],
+                          :filter => @command["filter"])
           end
 
           private
-------------- next part --------------
HTML����������������������������...
Download 



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