Skip to content

Commit 0d3482c

Browse files
committed
Merge branch 'develop' into release/1.99.0
2 parents a6beb33 + 5c49e5c commit 0d3482c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/rdf/mongo.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ def supports?(feature)
155155
end
156156

157157
def insert_statement(statement)
158+
raise ArgumentError, "Statement #{statement.inspect} is incomplete" if statement.incomplete?
158159
st_mongo = statement.to_mongo
159160
st_mongo[:ct] ||= :default # Indicate statement is in the default graph
160161
#puts "insert statement: #{st_mongo.inspect}"

0 commit comments

Comments
 (0)