Commit Graph

357 Commits (2ca8bd19d336086f592b26210cffee432a91aa09)

Author SHA1 Message Date
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 5 years ago
Tpt 0a6a09bcb4 Use lasso for temporary strings during query evaluation 5 years ago
Tpt 5038d95a00 Allows each store to use its own ID builder 5 years ago
Tpt fcb3a33606 Makes StrContainer::insert_str return the string ID 5 years ago
Tpt 69686c8710 Implements proper Sled transactions 5 years ago
Tpt 3d07160167 Relaxes error bound from Into<Io::Error> to Into<EvaluationError> 5 years ago
Tpt 81743f464e Introduces DecoderError 5 years ago
Tpt 3b207f7239 Removes encoded string constants 5 years ago
Tpt 669d3b1494 Introduces a WithStoreError trait to share the store error 5 years ago
Tpt 9038ab3921 Converts oxigraph::Error into oxigraph::sparql::EvaluationError 5 years ago
Tpt 5640b0a32d Renames *Syntax into *Format 5 years ago
Tpt 7f418fffc3 Makes syntax enumerations non exhaustive 5 years ago
Tpt 0bc5e235eb Adds a serializers API and improves the parser API 5 years ago
Tpt 35fd315585 Adds QueryTriplesIterator 5 years ago
Tpt 3e11180405 Converts all "&mut impl Write" into "impl Write" 5 years ago
Tpt d7dc9c88a5 Adds a file parsing API 5 years ago
Tpt 9d4fe700d6 Cleans up code related to file syntaxes 5 years ago
Tpt 0d4743f452 Uses io::Error for all basic disk store operations 5 years ago
Tpt 562cda7d97 Makes doc tests fail on warning 5 years ago
Tpt 1ee4ee1a96 Simplifies QueryResults write API and adds examples 5 years ago
Tpt a3dce12d94 Makes SPARQL query execution static and simplify federation 5 years ago
Tpt 36bc870ca8 Drops base_iri from QueryOptions and allows to Give a Query object to execute 5 years ago
Tpt 90d4baae2a Makes ReadableEncodedStore::encoded_quads_for_pattern static 5 years ago
Tpt ca4421030e Implements FromStr for Query 5 years ago
Tpt 5d54bc2d06 Allows some low level storage trait to specify error type 5 years ago
Tpt f74bc12a18 Adds basic Python bindings to Oxigraph 5 years ago
Tpt 2457268f5f Fixes SPARQL JSON query results blank node serialization 5 years ago
Tpt 79038afe44 Introduces native support for xsd:dayTimeDuration and xsd:yearMonthDuration 5 years ago
Tpt 2d80960e79 Deprecates Triple and Quad methods 5 years ago
Tpt 71aa5a6c79 Allows BlankNode struct to store any valid blank node identifier 5 years ago
Tpt 3926fdc219 Renames QueryResult::Bindings into QueryResult::Solutions 5 years ago
Tpt 827667e495 Removes global ordering of blank node and literals 5 years ago
Tpt 71016ce475 Makes the format from MIME type converter accept more MIME types 5 years ago
Tpt 5039da163b Small code cleanup 5 years ago
Tpt 8c02fd7513 Upgrades hash libraries to v0.9 5 years ago
Tpt 3f3406e1a0 Adds concrete PreparedQuery structs and deprecates the trait 5 years ago