marklogic / marklogic-rdf4j

Support for MarkLogic exposed inthe rdf4j idiom.
Other
5 stars 3 forks source link

RepositoryConnection.export(handler, graphs) ignores contexts #18

Closed elky87 closed 7 years ago

elky87 commented 7 years ago

See code


 public void export(RDFHandler handler, Resource... contexts) throws RepositoryException, RDFHandlerException {
        exportStatements(null, null, null, true, handler);
    }

This causes quite some problems because when we use export the whole store gets exported.

akshaysonvane commented 7 years ago

Hi @elky87, thanks for getting it reported. Also, the includeInferred parameter should be changed to false as per spec.