You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix terminal matching of various terminals that include whitespace, including "INSERT DATA". Fixes #24.
Use Solution#to_h in favor of the deprecated Solution#to_hash (For RDF.rb 2.2).
When calling RDF::Query.new with a Solution, append a hash for options, to work around a problem with implicit hash conversion of the solution because of Statement#to_hash. This can be removed when that goes away (For RDF.rb 2.2).