We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eed360 commit 72f3ff3Copy full SHA for 72f3ff3
1 file changed
lib/rdf/mongo.rb
@@ -171,9 +171,10 @@ def initialize(options = {}, &block)
171
# @see RDF::Mutable#insert_statement
172
def supports?(feature)
173
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)
+ when :graph_name then true
+ when :atomic_write then true
+ when :validity then @options.fetch(:with_validity, true)
177
+ when :literal_equality then true
178
else false
179
end
180
0 commit comments