Open justin2004 opened 2 days ago
even this fails:
bind(md5(?id) as ?ll)
@justin2004 Thank you for the report.
qparse
does more than just parse a query - it parses it, checks it converts to the algebra, converts both query and algebra to a to a string and reparses both of them. It's the parse-algebra last step on the algebra that's failing because the algebra function name has been written in upper case.
Weirdly - this has never worked.
I traced git back to the dawn of time [] and it's wrong there as well. MD5 and SHA.
[*] or May 2012 as it's also known, when Jena became a top-level project at Apache (in svn).
Version
5.2.0
Question
I am able to run this query but qparse can't parse it.