Tpt
|
3e0f6b5405
|
Applies oxigraph crate clippy lint to the complete project
|
2 years ago |
Tpt
|
d653e0645b
|
Updates dependencies
|
2 years ago |
Tpt
|
5849c6fdbe
|
Releases v0.3.14
|
2 years ago |
Tpt
|
3fb6beb0ba
|
Upgrades dependencies
|
2 years ago |
Tpt
|
20dc1f26df
|
Uses new quick-xml APIs for XML results serialization
|
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
|
9729ec8ed3
|
Adds features annotations to docs.rs
|
2 years ago |
Tpt
|
9063867ec9
|
QuerySolution: implements Eq and Debug
|
2 years ago |
Tpt
|
31c6bb7815
|
TSV SPARQL results: Add spaces around quoted triples "<<"
|
2 years ago |
Tpt
|
7e7489499d
|
OxRDF: Fixes Term::from_str() with a blank node in object position of a quoted triple
|
2 years ago |
Tpt
|
42cd6b0094
|
XML parser results: clears the temporary data buffer while parsing
Avoids indefinitely increasing memory consumption
|
2 years ago |
Tpt
|
6d09d77c61
|
CSV and TSV SPARQL results: always print trailing line jumps
Follows the TSV grammar and probably nicer CSV support too
Also check for wrong numbers of columns in TSV parsing
|
2 years ago |
Tpt
|
a51509dcd3
|
TSV SPARQL results: Properly quote \t and use short Turtle serialization everywhere possible
|
2 years ago |
Tpt
|
c25a76c1f3
|
Releases v0.3.13
|
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
|
44fc4eef1a
|
Releases v0.3.11
|
2 years ago |
Tpt
|
54356f5273
|
Updates dependencies
|
2 years ago |
Tpt
|
92feec7e98
|
CI: Validates Rust 1.60 compatibility
|
2 years ago |
Tpt
|
686e1edc8e
|
Set Rust MSRV to 1.60
It is the actual MSRV of the last released version
|
2 years ago |
Tpt
|
808c9db007
|
String formatting: uses inline syntax
|
2 years ago |
Tpt
|
e055c7b5f8
|
Releases v0.3.10
|
2 years ago |
Thomas Tanon
|
65ed5471da
|
Uses quick-xml 0.26
|
2 years ago |
Tpt
|
45c541edad
|
Releases v0.3.9
|
2 years ago |
Tpt
|
7581d9a6b2
|
Makes Clippy happy
|
2 years ago |
Tpt
|
eedc4b3a71
|
Removes unnecessary qualified paths
|
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 |
Tpt
|
61129511d8
|
Upgrades quick-xml to 0.23
|
2 years ago |
Yuri Astrakhan
|
80ec5035e8
|
a few more branch renames
(I accidentally had an extension filter on when I did the first pass, thx for catching)
|
3 years ago |
Yuri Astrakhan
|
55550dc0d0
|
Post-default-branch to main rename
If possible, could you rename the default branch to `main` and merge this?
Thanks :)
|
3 years ago |
Thomas Tanon
|
3d6af19288
|
Removes an empty comment
|
3 years ago |
Yuri Astrakhan
|
3bed098e9e
|
A few minor spelling fixes
|
3 years ago |
Tpt
|
913a826140
|
Releases v0.3.0
|
3 years ago |
Tpt
|
0123280f64
|
Do not make compilation fails on lints
Creates problems on untested architectures and rust version upgrades
|
3 years ago |
Tpt
|
d3970a5848
|
Releases v0.3.0-rc.1
|
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
|
b14d0c6221
|
Starts developing v0.3.0-beta.4
|
3 years ago |
Tpt
|
da315abd44
|
Starts developing v0.3.0-beta.3
|
3 years ago |
Tpt
|
074ee466a3
|
Starts developing v0.3.0-beta.2
|
3 years ago |
Tpt
|
f617dc9bd3
|
Releases v0.3.0-beta.1
|
3 years ago |
Tpt
|
ad4bfe35c2
|
Fixes typos in the documentation
|
3 years ago |
Tpt
|
4efd193708
|
Improves documentation
|
3 years ago |
Tpt
|
34cc602e0b
|
Makes SolutionsWriter input type broader
|
3 years ago |
Tpt
|
5d95ae5d37
|
Makes QuerySolution implement Index
|
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 |