ruby-rdf / sparql-client

SPARQL client for Ruby.
http://rubygems.org/gems/sparql-client
The Unlicense
112 stars 58 forks source link

distinct should work with the "*" select form #41

Closed dannybtran closed 10 years ago

dannybtran commented 10 years ago

&& and and are not identical a = true and false results in a = true a = true && false results in a = false as intended in order to achieve the same results with and you must indicate the precedence, e.g. a = (true and false)

dannybtran commented 10 years ago

hmm not sure why i have duplicate users ... going to close and re-open this