Tpt
|
e48b268fc5
|
Adds an async SPARQL JSON results reader
|
10 months ago |
Yuri Astrakhan
|
0400f04915
|
Error renaming
```
enum sparesults::error::ParseError -> QueryResultsParseError
struct sparesults::error::SyntaxError -> QueryResultsSyntaxError
Inlined inner
enum oxrdfxml::error::ParseError -> RdfXmlParseError
struct oxrdfxml::error::SyntaxError -> RdfXmlSyntaxError
enum oxttl::toolkit::error::ParseError -> TurtleParseError
struct oxttl::toolkit::error::SyntaxError -> TurtleSyntaxError
enum oxrdfio::error::ParseError -> RdfParseError
struct oxrdfio::error::SyntaxError -> RdfSyntaxError
struct spargebra::parser::ParseError -> SparqlSyntaxError
enum spargebra::parser::ParseErrorKind
Parser -> Syntax
```
|
11 months ago |
Tpt
|
d838d55f02
|
Uses nightly rustfmt on imports and comments
|
11 months ago |
Tpt
|
025bd2afd2
|
Uses new cargo lint configuration system
|
12 months ago |
Tpt
|
756c5394d0
|
Adds Tokio support to SPARQL results serializers
|
1 year ago |
Tpt
|
dbb39d867a
|
Upgrades json-event-parser
|
1 year ago |
Tpt
|
7a3e07d98d
|
sparesults: no more hidden flush
Let the user decide to do it or not
|
1 year ago |
Tpt
|
3e0f6b5405
|
Applies oxigraph crate clippy lint to the complete project
|
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
|
92feec7e98
|
CI: Validates Rust 1.60 compatibility
|
2 years ago |
Tpt
|
808c9db007
|
String formatting: uses inline syntax
|
2 years ago |
Tpt
|
710a76b9cc
|
JSON query results: Allows "typed-literal" term type
Allows to parse e.g. Virtuoso query results
|
3 years ago |
Tpt
|
9c06f7f097
|
JSON query results: Ignore unknown keys
Allows to parse e.g. Virtuoso query results
|
3 years ago |
Tpt
|
4327f8e729
|
Makes sure all writers flushes before the end
The API user is likely to write a lot of data with them. This way the API is more "foolproof"
|
3 years ago |
Tpt
|
34cc602e0b
|
Makes SolutionsWriter input type broader
|
3 years ago |
Tpt
|
986e90845a
|
Reduces maximal stack size
Crashes on GitHub CI and is likely to crash on other systems too
|
3 years ago |
Tpt
|
579641909c
|
sparesults: return error on duplicated variable declaration
|
3 years ago |
Tpt
|
9dc8d348c4
|
sparesults: avoid stack overflow errors on too many nested triples
|
3 years ago |
Tpt
|
850b8eddcf
|
Moves out of Oxigraph SPARQL results parser and serializers
|
3 years ago |
Tpt
|
f5545f1948
|
Makes Oxigraph model standalone as oxrdf
Allows to reuse it in other crates like spargebra
|
3 years ago |
Tpt
|
01a33192eb
|
Adds a public API for SPARQL query results I/O
|
3 years ago |