Tpt
|
3d07160167
|
Relaxes error bound from Into<Io::Error> to Into<EvaluationError>
|
5 years ago |
Tpt
|
9038ab3921
|
Converts oxigraph::Error into oxigraph::sparql::EvaluationError
|
5 years ago |
Tpt
|
0d4743f452
|
Uses io::Error for all basic disk store operations
|
5 years ago |
Tpt
|
5d54bc2d06
|
Allows some low level storage trait to specify error type
|
5 years ago |
Tpt
|
71aa5a6c79
|
Allows BlankNode struct to store any valid blank node identifier
Closes #34
|
5 years ago |
Tpt
|
5039da163b
|
Small code cleanup
|
5 years ago |
Tpt
|
2866e1e3bd
|
Introduces a custom error type for the SPARQL parser
The SPARQL parser and algebra does not directly depends now on the other parts of Oxigraph outside of the RDF model
|
5 years ago |
Tpt
|
dc08e181a8
|
Adds an other store based on Sled
|
5 years ago |
Tpt
|
cdb4cc4a39
|
Simplifies the public API
|
5 years ago |
Tpt
|
2b85a06487
|
Migrates to oxiri and oxilangtag
|
5 years ago |
Tpt
|
4c9bd52614
|
Validates language tags
Makes also sure their are all lowercase
Closes #24
|
5 years ago |
Tpt
|
a8dbc94d6f
|
Improves Error type documentation
|
5 years ago |
Tpt
|
beb7192e22
|
Removes ModelError
We could keep one error class and avoid allocation for common errors by adding variants to the main ErrorKind enumeration
|
5 years ago |
Tpt
|
23f5ac78ed
|
Drops dependency on anyhow to get something implementing std::error::Error
Closes #25
|
5 years ago |