Navigation Menu

Skip to content

Commit

Permalink
groonga: Access to the namespace of Rroonga correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 24, 2014
1 parent 3c74913 commit 463cc22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/droonga/plugins/groonga/delete.rb
Expand Up @@ -77,7 +77,7 @@ def delete_record(table_name, parameters={})
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)
Expand Down

0 comments on commit 463cc22

Please sign in to comment.