Tpt
|
f6dbb96327
|
Makes Clippy happy
|
3 years ago |
Tpt
|
1ddc9a8788
|
Fixes SPARQL FILTER evaluation with VALUES and subqueries
|
3 years ago |
Tpt
|
0ba0e4e399
|
Makes testsuite parsing more robust
- avoids stack overflow if there are a lot of empty tests
- allows blank node test ids
- runs tests in the same order they are defined
|
3 years ago |
Tpt
|
5aeea55884
|
SPARQL: PropertyListPathNotEmpty children should be ObjectListPath for consistency
|
3 years ago |
Tpt
|
f0bd89d77f
|
Fixes BIND variables validation
|
3 years ago |
Tpt
|
a7b48a0bda
|
Implements SPARQL projection validation
|
3 years ago |
Tpt
|
a30081ab60
|
Makes SPARQL parser reject all bad blank node combinations
|
3 years ago |
Tpt
|
ec2b307255
|
Fixes Clippy warnings
|
3 years ago |
Tpt
|
a21dcbb4f7
|
Releases v0.2.5
|
3 years ago |
Tpt
|
54eadcf7ad
|
Runs SPARQL JSON result format testsuite
|
3 years ago |
Tpt
|
977f843bfe
|
Migrates from argh to clap
|
3 years ago |
Tpt
|
2067be1a0e
|
Makes Clippy happy
|
3 years ago |
Tpt
|
a2dcbc715a
|
Adds comparison to SPARQL-star evaluation
|
3 years ago |
Tpt
|
7e0738b624
|
Adds SPARQL-star tests evaluation
|
3 years ago |
Tpt
|
7858eb210a
|
Adds basic support of RDF-star to reading I/O
|
3 years ago |
Tpt
|
cde2672cdd
|
Adds JSON deserializer
Closes #47
|
3 years ago |
Tpt
|
7226bf384f
|
Adds an extra test for queries with only a FILTER NOT EXISTS
|
4 years ago |
Tpt
|
500a4d866f
|
Updates SPARQL-star expression parser
|
4 years ago |
dependabot[bot]
|
1852f34c25
|
Bump testsuite/rdf-tests from `634dadc` to `43b0eb9`
Bumps [testsuite/rdf-tests](https://github.com/w3c/rdf-tests) from `634dadc` to `43b0eb9`.
- [Release notes](https://github.com/w3c/rdf-tests/releases)
- [Commits](634dadcedb...43b0eb9078 )
Signed-off-by: dependabot[bot] <support@github.com>
|
4 years ago |
Tpt
|
4302316a41
|
Fixes the input type of graph manipulation methods
Nested triples are not allowed there
|
4 years ago |
Tpt
|
0b278a88a3
|
Upgrades version to 0.3.0-dev
|
4 years ago |
Tpt
|
8427eb23c5
|
Allows to build testsuite reports
|
4 years ago |
Tpt
|
d814f9a674
|
Adds support of SPARQL-star annotation syntax
|
4 years ago |
Tpt
|
98d98d9b85
|
Adds triple pattern to SPARQL expression
|
4 years ago |
Tpt
|
10ee6e17f0
|
Adds SPARQL* support to the SPARQL parser
Nested triple patterns query evaluation is not implemented yet
Annotation syntax is not implemented yet
|
4 years ago |
Tpt
|
ed4b5fe280
|
Allows to run RDF-star and SPARQL-star test suites
|
4 years ago |
Tpt
|
3e05c6ef40
|
Releases v0.2.4
|
4 years ago |
Tpt
|
80676b5149
|
Makes RDF testsuites parsing more robust
|
4 years ago |
Tpt
|
8004fc28c0
|
Renames NamedOrBlankNode to Subject
Preparatory work for RDF-star addition
|
4 years ago |
Tpt
|
0efc5b4654
|
Renames SledStore to Store and cleans up files hierarchy
|
4 years ago |
Tpt
|
be4a5b0b6b
|
Moves SPARQL parser and algebra to an independent crate
|
4 years ago |
Tpt
|
431ec26536
|
Enables the "sled" feature by default
|
4 years ago |
Tpt
|
7668f032f4
|
Uses SledStore when evaluating testsuites
|
4 years ago |
Tpt
|
f75dc6a61d
|
Adds simple in memory Graph and Dataset
|
4 years ago |
Tpt
|
a80612ccb9
|
Releases v0.2.3
|
4 years ago |
Tpt
|
cc43742da1
|
Makes Clippy 1.51 happy
|
4 years ago |
Tpt
|
914a651fb3
|
Releases v0.2.2
|
4 years ago |
dependabot[bot]
|
0e433e6c2f
|
Bump testsuite/rdf-tests from `b9277b2` to `634dadc`
Bumps [testsuite/rdf-tests](https://github.com/w3c/rdf-tests) from `b9277b2` to `634dadc`.
- [Release notes](https://github.com/w3c/rdf-tests/releases)
- [Commits](b9277b28c7...634dadcedb )
Signed-off-by: dependabot[bot] <support@github.com>
|
4 years ago |
dependabot[bot]
|
c5f3ef1a08
|
Bump testsuite/rdf-tests from `5979a87` to `b9277b2`
Bumps [testsuite/rdf-tests](https://github.com/w3c/rdf-tests) from `5979a87` to `b9277b2`.
- [Release notes](https://github.com/w3c/rdf-tests/releases)
- [Commits](5979a87535...b9277b28c7 )
Signed-off-by: dependabot[bot] <support@github.com>
|
4 years ago |
Tpt
|
73191b2d5f
|
Testsuite: fixes FROM and FROM NAMED tests
|
4 years ago |
Tpt
|
019aa9bb5d
|
Releases v0.2.1
|
4 years ago |
Tpt
|
1b9163c49e
|
Releases v0.2.0
|
4 years ago |
Tpt
|
7aca89016d
|
Drops usages of async_std::spawn_blocking
|
4 years ago |
Tpt
|
773bdb943e
|
Drops QueryOption parameter from the query method
Introduces a query_opt method for that
|
4 years ago |
Tpt
|
be275d71d7
|
Upgrades RDF test suite: test XSD cast functions
|
4 years ago |
Tpt
|
eeaccfd5a3
|
Add character functions
|
4 years ago |
Tpt
|
cd8032136a
|
Fixes a bug in SPARQL DESCRIBE implementation
Adds tests to ensure it won't happen again
|
4 years ago |
Tpt
|
c6d26a2a37
|
Easy parsing of terms from their serialization and SPARQL TSV parser
|
4 years ago |
Tpt
|
359da8d9c3
|
Makes Variable::new validate the variable name
Allows to be sure that the variables name is always valid and easily serializable
|
4 years ago |
Tpt
|
3ecaaf07c0
|
Fixes MONTH() and DAY() function evaluation on xsd:date
|
4 years ago |