The following issue has been SUBMITTED. ====================================================================== http://bugs.librdf.org/mantis/view.php?id=311 ====================================================================== Reported By: jrweave Assigned To: ====================================================================== Project: Redland RDF API Issue ID: 311 Category: api Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2009-09-22 00:51 Last Modified: 2009-09-22 00:51 ====================================================================== Summary: Incorrect literal comparison in tree structure Description: Adding two triples to a trees-based storage structure:
<http://subject> <http://predicate> "object"^^<http://datatype> . <http://subject> <http://predicate> "object" . In that order, the storage has only the triple with "object"^^<http://datatype>. Switch the order, and it has only the triples with "object". ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-09-22 00:51 jrweave New Issue 2009-09-22 00:51 jrweave File Added: main.c ====================================================================== _______________________________________________ redland-dev mailing list [email protected] http://lists.librdf.org/mailman/listinfo/redland-dev
