Kal Ahmed
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...
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...
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...
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...
When an interface marked with [Entity] inherits from an interface not marked with the [Entity] attribute, the generated implementation code is not correct.
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...
New feature added in commit 95acf0ce9514c9143652a86441bba1250cd68291
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...
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...