Commit Graph

358 Commits (59359b13d9619642bd9194fd03595c1ade4475c7)

Author SHA1 Message Date
Tpt 7f06b938a5 Removes outdated TODOs in the parser 4 years ago
Tpt 867600dba4 Adds a SPARQL update parser 4 years ago
Tpt 9b202efc27 Fixes some typos 4 years ago
Tpt b101ae1c54 WIP: Available default graphs 4 years ago
Tpt ffdc68ebf6 Fixes typos in the documentation 4 years ago
Tpt 496a6e1d8c Provides the ability to specify the SPARQL query dataset using the API 4 years ago
Tpt 6b3062f496 Renames some sparql module element and improves documentation 4 years ago
Tpt db6dbea1ec Removes all deprecated items 4 years ago
Tpt fdc0dbbeef Adds #[inline] annotations to simple public functions 4 years ago
Tpt 60a5ae8e64 Renames WithStoreError to StrEncodingAware 4 years ago
Tpt b90fbdc7fe Simplifies some code in the SPARQL evaluator 4 years ago
Tpt f9d97a2296 Adds native support for all time related XSD literals 4 years ago
Tpt beebcdfbd6 Store more terms inline 4 years ago
Tpt bf430de125 Adds FROM and FROM named evaluation 4 years ago
Tpt a0c5cf7286 Adds links to the code documentation 4 years ago
Tpt 8bc84b2820 Adds borrowed data structures for RDF terms 4 years ago
Tpt 0a6a09bcb4 Use lasso for temporary strings during query evaluation 4 years ago
Tpt 5038d95a00 Allows each store to use its own ID builder 4 years ago
Tpt fcb3a33606 Makes StrContainer::insert_str return the string ID 4 years ago
Tpt 69686c8710 Implements proper Sled transactions 4 years ago
Tpt 3d07160167 Relaxes error bound from Into<Io::Error> to Into<EvaluationError> 4 years ago
Tpt 81743f464e Introduces DecoderError 4 years ago
Tpt 3b207f7239 Removes encoded string constants 4 years ago
Tpt 669d3b1494 Introduces a WithStoreError trait to share the store error 4 years ago
Tpt 9038ab3921 Converts oxigraph::Error into oxigraph::sparql::EvaluationError 4 years ago
Tpt 5640b0a32d Renames *Syntax into *Format 4 years ago
Tpt 7f418fffc3 Makes syntax enumerations non exhaustive 4 years ago
Tpt 0bc5e235eb Adds a serializers API and improves the parser API 4 years ago
Tpt 35fd315585 Adds QueryTriplesIterator 4 years ago
Tpt 3e11180405 Converts all "&mut impl Write" into "impl Write" 4 years ago
Tpt d7dc9c88a5 Adds a file parsing API 4 years ago
Tpt 9d4fe700d6 Cleans up code related to file syntaxes 4 years ago
Tpt 0d4743f452 Uses io::Error for all basic disk store operations 4 years ago
Tpt 562cda7d97 Makes doc tests fail on warning 4 years ago
Tpt 1ee4ee1a96 Simplifies QueryResults write API and adds examples 4 years ago
Tpt a3dce12d94 Makes SPARQL query execution static and simplify federation 4 years ago
Tpt 36bc870ca8 Drops base_iri from QueryOptions and allows to Give a Query object to execute 4 years ago
Tpt 90d4baae2a Makes ReadableEncodedStore::encoded_quads_for_pattern static 4 years ago
Tpt ca4421030e Implements FromStr for Query 4 years ago
Tpt 5d54bc2d06 Allows some low level storage trait to specify error type 4 years ago
Tpt f74bc12a18 Adds basic Python bindings to Oxigraph 4 years ago
Tpt 2457268f5f Fixes SPARQL JSON query results blank node serialization 4 years ago
Tpt 79038afe44 Introduces native support for xsd:dayTimeDuration and xsd:yearMonthDuration 4 years ago
Tpt 2d80960e79 Deprecates Triple and Quad methods 4 years ago
Tpt 71aa5a6c79 Allows BlankNode struct to store any valid blank node identifier 4 years ago
Tpt 3926fdc219 Renames QueryResult::Bindings into QueryResult::Solutions 4 years ago
Tpt 827667e495 Removes global ordering of blank node and literals 4 years ago
Tpt 71016ce475 Makes the format from MIME type converter accept more MIME types 4 years ago
Tpt 5039da163b Small code cleanup 4 years ago
Tpt 8c02fd7513 Upgrades hash libraries to v0.9 4 years ago