Jeroen - ping?
-------- Original Message -------- Subject: Re: Jena 2.10.0 : request for pre-release testing Date: Tue, 12 Feb 2013 16:15:45 +0000 From: Andy Seaborne <[email protected]> To: [email protected] On 12/02/13 13:50, Jeroen Kransen wrote:
Is it ok to report bugs here? I just downloaded the release candidate to try and see if it solves an issue we're having. It does not.
The project uses JIRA: https://issues.apache.org/jira/browse/JENA If you could provide a complete, minimal example (ideally with Derby or H2 for practicality reasons), someone might have a look. Patches welcome.
In SDB, when we try to delete a named graph, it does not delete it. It seems to make a switch from named graph to default graph and try to delete the triples there. I tried to debug what happened. In the class DatasetGraph line 165 it explicitly converts triples to quads using the default graph uri. I suspect this is wrong, as it tracked the graph uri up till this point.
Even in layout2? ...
