Commit Graph

66 Commits (75a629860d633a46b5261562f8a4f7a0aa56d39d)

Author SHA1 Message Date
Tpt 75a629860d Enforces some extra Clippy lints 4 years ago
Tpt 773bdb943e Drops QueryOption parameter from the query method 4 years ago
Tpt d93a05ed4d Adds some extra clippy lints 4 years ago
Tpt b7041819a6 Improves documentation by stating that SPARQL Update is currently supported 4 years ago
Tpt 44c216c348 Moves sophia implementations into model and store packages 4 years ago
Pierre-Antoine Champin 5a289c8fb4 add `sophia` feature to enable Sophia traits implementations 4 years ago
Tpt bc333c5d8f Fixes typos in the main oxigraph doc comment 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 a0c5cf7286 Adds links to the code documentation 4 years ago
Tpt 8bc84b2820 Adds borrowed data structures for RDF terms 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 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 a3dce12d94 Makes SPARQL query execution static and simplify federation 4 years ago
Tpt fe92703242 Upgrades Clippy lints following Rust 1.45 release 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 69f94777b6 Adds isomorphism computation to MemoryDataset and drops SimpleGraph 4 years ago
Tpt 5039da163b Small code cleanup 4 years ago
Tpt 3f3406e1a0 Adds concrete PreparedQuery structs and deprecates the trait 4 years ago
Tpt cc7c92092f Provides a nice API for SPARQL SELECT solutions handling 4 years ago
Tpt 4e3f72769f Fixes CI 4 years ago
Tpt dc08e181a8 Adds an other store based on Sled 4 years ago
Tpt cdb4cc4a39 Simplifies the public API 4 years ago
Tpt 23f5ac78ed Drops dependency on anyhow to get something implementing std::error::Error 5 years ago
Tpt 73f61884c1 Breaking: Uses anyhow instead of failure 5 years ago
Tpt 52bb5274cd Enforces Rust 2018 idioms 5 years ago
Tpt 0265adbafc Avoids unwrap() in From implementations 5 years ago
Tpt 329a80bc8c Makes new Clippy lints pass 5 years ago
Tpt 1f903335ff Avoids unsafe everywhere in the library 5 years ago
Tpt 7cd5558d2b Adds extra compiler and Clippy lints 5 years ago
Tpt 62e3d14984 Adds proper write transaction support 5 years ago
Tpt 85bc596cc0 Renames Rudf to Oxigraph 5 years ago
Tpt df3702ba89 Makes QueryOptions all passed to the prepare method 5 years ago
Dustin Whitney 5912e4c40b tests working 5 years ago
Dustin Whitney 2aa9114deb refactored tests 5 years ago
Dustin Whitney 5d8e63376b refactored tests 5 years ago
Tpt e3fe4c5dc6 Allows to query the union all of graphs as the default graph 5 years ago
Tpt 0f0f145a80 SPARQL 1.1 query is now implemented 5 years ago
Tpt ab08308bb6 Allows RepositoryConnection to keep a state by making edit actions take a mut reference 5 years ago
Tpt 8e87396d5e Allows to set the base IRI for SPARQL queries 5 years ago
Tpt 45d78d490d Makes RepositoryConnection.prepare_query take &str instead of Read 5 years ago
Tpt 17abe2d1ab Uses rouille as HTTP server 5 years ago
Tpt 2f706a777f Adds our own IRI normalization instead of relying on Url crate 5 years ago
Tpt d617e72550 Cleanup SPARQL module public API 5 years ago
Tpt fd3def2daf Adds Repository::load_dataset to load dataset files 5 years ago
Tpt 9ccc079b4c Adds Repository::load_graph to load graph files 5 years ago