Skip to content

Commit 72f3ff3

Browse files
committed
Add feature supports? :literal_equality.
1 parent 7eed360 commit 72f3ff3

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

lib/rdf/mongo.rb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,10 @@ def initialize(options = {}, &block)
171171
# @see RDF::Mutable#insert_statement
172172
def supports?(feature)
173173
case feature.to_sym
174-
when :graph_name then true
175-
when :atomic_write then true
176-
when :validity then @options.fetch(:with_validity, true)
174+
when :graph_name then true
175+
when :atomic_write then true
176+
when :validity then @options.fetch(:with_validity, true)
177+
when :literal_equality then true
177178
else false
178179
end
179180
end

0 commit comments

Comments
 (0)