Kal Ahmed

Results 90 issues of Kal Ahmed

This unit test is meant to validate that starting an export while an update is being committed results in the previous commit point being the exported one. The intermittent failure...

When a GET on the Graph Store Protocol endpoint specifies a graph that does not exist in the store, the specification requires that the service returns a 404 error. However...

bug

As .NET Core is getting more stable now it would be good to provide support in our NuGet packages # Prerequisites We will need (pre-)release packages for at least the...

enhancement
in progress

Depending on the nature of the data some stores can end up having a large number of prefixes and because we currently map this into memory as a pair of...

enhancement

Currently export is limited to NTriples, NQuads and RDF/XML. It would be good to add support for at a minimum Turtle and ideally for the other RDF output formats supported...

enhancement

When an interface marked with [Entity] inherits from an interface not marked with the [Entity] attribute, the generated implementation code is not correct.

triage required

There is currently no easy way to determine from code if the PersistenceType of a store is rewrite or append only. We should add an API like GetStoreInfo(string storeId) that...

enhancement

New feature added in commit 95acf0ce9514c9143652a86441bba1250cd68291

documentation

Currently threads do block each other on their access to the page cache. Ideally readers should never get blocked by writers, but this is an issue with a shared page...

enhancement

Provide a command line application for importing data into a store. It should work in the same sort of way as the Polaris UI - allowing either "local" or a...

enhancement