YUKI Hiroshi
null+****@clear*****
Thu Apr 24 15:20:49 JST 2014
YUKI Hiroshi 2014-04-24 15:20:49 +0900 (Thu, 24 Apr 2014) New Revision: 463cc222246786f4b4848b2f4e3dd3e8245e41cd https://github.com/droonga/droonga-engine/commit/463cc222246786f4b4848b2f4e3dd3e8245e41cd Message: groonga: Access to the namespace of Rroonga correctly Modified files: lib/droonga/plugins/groonga/delete.rb Modified: lib/droonga/plugins/groonga/delete.rb (+1 -1) =================================================================== --- lib/droonga/plugins/groonga/delete.rb 2014-04-24 15:19:49 +0900 (5646e91) +++ lib/droonga/plugins/groonga/delete.rb 2014-04-24 15:20:49 +0900 (0389f22) @@ -77,7 +77,7 @@ module Droonga record = table[parameters[:key]] record.delete unless record.nil? else - filter = Groonga::Expression.new(:context => @context) + filter = ::Groonga::Expression.new(:context => @context) begin filter.parse(parameters[:filter].dump, :syntax => :script) records = table.select(filter) -------------- next part -------------- HTML����������������������������...Download