You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@marmotta.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2014/10/06 11:27:34 UTC

[jira] [Commented] (MARMOTTA-546) Sparql bug with bound queries

    [ https://issues.apache.org/jira/browse/MARMOTTA-546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14160135#comment-14160135 ] 

ASF subversion and git services commented on MARMOTTA-546:
----------------------------------------------------------

Commit d8e0e30ce8e088a0b9f1eff6f5ad07e5a8f2ea5b in marmotta's branch refs/heads/develop from [~wastl]
[ https://git-wip-us.apache.org/repos/asf?p=marmotta.git;h=d8e0e30 ]

fixes MARMOTTA-546 (SPARQL bound bug)


> Sparql bug with bound queries
> -----------------------------
>
>                 Key: MARMOTTA-546
>                 URL: https://issues.apache.org/jira/browse/MARMOTTA-546
>             Project: Marmotta
>          Issue Type: Bug
>          Components: KiWi Triple Store
>            Reporter: Thomas Kurz
>            Assignee: Sebastian Schaffert
>            Priority: Blocker
>              Labels: SPARQL
>
> This issues throws an PSQL Exception with the new SQL SPARQL implementation:
> {code}
> SELECT DISTINCT ?property ?hasValue ?isValueOf WHERE {
>   { <http://foo/123> ?property ?hasValue }
> UNION
>   { ?isValueOf ?property <http://foo/123> }
> } ORDER BY (!BOUND(?hasValue)) ?property ?hasValue ?isValueOf
> {code}
> {code}
> syntax error at or near \"FROM\" Position: 10
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)