Tpt
1dfad23e4b
Upgrades RocksDB
...
Fixes issue #655
1 year ago
Tpt
b0a01e65fa
SPARQL: makes sure that STR is working properly on small IRIs
...
Issue #645
1 year ago
Vilnis Termanis
c1b57f460b
SPARQL: Fix ASK + FROM combination
...
Previously ASK FROM only worked without WHERE
1 year ago
Thomas
b69e0d38f6
Fixes a testsuite typo
1 year ago
Tpt
8e76341bb2
Releases v0.3.18
1 year ago
Tpt
4cc9e4008b
Fixes empty IN expression optimization
1 year ago
Tpt
eb40457d5c
Upgrades RDF-tests
1 year ago
Tpt
7175784356
Improves Clippy lint list
2 years ago
Tpt
b630ab4185
Adds some extra tests covering property path with shared variables
2 years ago
Tpt
3e0f6b5405
Applies oxigraph crate clippy lint to the complete project
2 years ago
Tpt
feeaf17fe6
Test: fixes SPARQL query results isomorphism
2 years ago
Thomas
f41c499ef3
Consolidates Rust benchmarks
2 years ago
Tpt
5849c6fdbe
Releases v0.3.14
2 years ago
Tpt
bdb803dab5
JSON SPARQL results: allows the "head" key to be at the end of the document
...
Does not do streaming parsing in this case
2 years ago
Tpt
7b81955d72
Tests: using new SPARQL tests directories
2 years ago
Tpt
7a0c457867
Updates version numbers
2 years ago
Tpt
0668983cd6
Releases v0.3.12
2 years ago
Tpt
524903b03d
Uses -dev versions for versioning during development
2 years ago
Tpt
afdb1f76e8
Adds a typo linter as part of the CI
2 years ago
Tpt
2d19a19320
Fixes TriG serialization
2 years ago
Tpt
6375481a80
Testsuite: makes format detection more strict
2 years ago
Tpt
323ad73831
Testsuite: do not run rejected tests
2 years ago
Tpt
44fc4eef1a
Releases v0.3.11
2 years ago
Tpt
6539f0a72e
SPARQL test: displays query results diffs
...
Makes debugging easier
2 years ago
Tpt
76dd879ea6
Implements LATERAL join
...
Follows SPARQL 1.2 SEP 0006. It is behind a sep-0006 feature in spargebra and sparql-smith and enabled by default in oxigraph.
Apache Jena tests are passing.
SEP 0006: https://github.com/w3c/sparql-12/blob/main/SEP/SEP-0006/sep-0006.md
2 years ago
Tpt
de4c5abd9c
Simplifies test manifest parser
2 years ago
Tpt
7fdd045516
Improves error handling code in testsuite and server
2 years ago
Tpt
808c9db007
String formatting: uses inline syntax
2 years ago
Tpt
e055c7b5f8
Releases v0.3.10
2 years ago
Tpt
d7e4d5583f
SPARQL: Adds an option to disable the optimizer
...
Provides a plain evaluator without any trick
2 years ago
Tpt
d65e587756
Property evaluates property paths with unknown graphs
2 years ago
Tpt
b6c9a5b429
Fixes ZeroOrX path evaluation on terms that are not in the dataset but only in the query
2 years ago
Tpt
45c541edad
Releases v0.3.9
2 years ago
Tpt
6b02ac3c10
SPARQL UPDATE: Fixes Halloween problem
...
Buffers all SPARQL UPDATE operation for DELETE/INSERT in order to avoid this problem.
This is quite heavy but RocksDB transaction already stay in memory, hence it won't change a lot the operation complexity.
The unit test for this problem was bad because the optimizer was hiding the problem.
2 years ago
Tpt
0ccdea2ff1
SPARQL: properly validates VALUE clauses
2 years ago
Tpt
c2fd3920b5
Upgrades rdf-tests and removes a workaround
2 years ago
Tpt
841c9a2066
Better validation of test manifests
2 years ago
Tpt
b84df8a3d9
Always check SPARQL roundtrip
2 years ago
Tpt
825b330132
Releases v0.3.8
2 years ago
Tpt
2fcc052ecd
Releases v0.3.7
2 years ago
Tpt
b3871fb8f2
Upgrades dependencies
2 years ago
Tpt
d16033ba66
Variable should stay not bound in subqueries even if they are bound in the parent query
...
Closes #261
2 years ago
Tpt
f5b73f842e
Upgrades clap to v4
2 years ago
Tpt
49fd92a6ea
Releases v0.3.5
2 years ago
Tpt
571e1c9559
Releases v0.3.5
2 years ago
Tpt
ba9f6528e7
SPARQL: Fixes parsing of nested anonymous blank nodes
2 years ago
Tpt
4d97f9d171
Releases v0.3.4
2 years ago
Tpt
c7c82c06db
Releases v0.3.3
2 years ago
Tpt
710a76b9cc
JSON query results: Allows "typed-literal" term type
...
Allows to parse e.g. Virtuoso query results
2 years ago
Tpt
9c06f7f097
JSON query results: Ignore unknown keys
...
Allows to parse e.g. Virtuoso query results
2 years ago