Commit Graph

74 Commits (966d3d8f402974f367dc5438f462982e2cdc4e90)

Author SHA1 Message Date
Tpt 6c96f4fa82 Makes GROUP_CONCAT return a string in all cases 4 years ago
Tpt cc7c92092f Provides a nice API for SPARQL SELECT solutions handling 4 years ago
Tpt 98a4d40a7e Cleans up the Variable structure to only represent actual variables 4 years ago
Tpt cdb4cc4a39 Simplifies the public API 4 years ago
Tpt 16451b7c53 Reduces the number of considered "problem variables" in OPTIONAL 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 329a80bc8c Makes new Clippy lints pass 5 years ago
Tpt 10b1fa68f3 Adds native xsd:duration xsd:dateTime xsd:date and xsd:time structures 5 years ago
Tpt e0bbe29dc2 Use our own xsd:decimal implementation and restrict xsd:integer precision to 64bits 5 years ago
Tpt 70f5c25a88 GitHub actions: Runs rustfmt and Clippy 5 years ago
Tpt 85bc596cc0 Renames Rudf to Oxigraph 5 years ago
Tpt aac2c0ba87 Adds execution of SPARQL Federation test suite 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 75c786b350 working on tests 5 years ago
Dustin Whitney 0e12edfdc9 refactored prepare_query 5 years ago
Dustin Whitney aea8dcebb9 wiring hooked up 5 years ago
Tpt e3fe4c5dc6 Allows to query the union all of graphs as the default graph 5 years ago
Tpt d68d680436 Implements SPARQL aggregation 5 years ago
Tpt 52461f3242 Makes bindings SPARQL 1.1 test cases run and pass 5 years ago
Tpt 41c738dc7a Makes subqueries SPARQL 1.1 test cases run and pass 5 years ago
Tpt 9ab42def55 Makes project-expression SPARQL 1.1 test cases run 5 years ago
Tpt 1cce2d26a5 Implements SPARQL property path evaluation 5 years ago
Tpt ab08308bb6 Allows RepositoryConnection to keep a state by making edit actions take a mut reference 5 years ago
Tpt 0577b644c0 Adds support for SPARQL 1.1 MINUS 5 years ago
Tpt 58aa9c2090 Runs SPARQL evaluation tests in parallel 5 years ago
Tpt 3beecdff76 Implements SPARQL 1.1 functions 5 years ago
Tpt 50c09564e1 Runs more SPARQL 1.1 syntax and CONSTRUCT tests 5 years ago
Tpt 585917344c Makes BIND evaluation pass the SPARQL tests 5 years ago
Tpt 4f00ed8266 Adds support for EXISTS and NOT EXISTS 5 years ago
Tpt 25b5e20c2b Migrates to Rio 0.3 5 years ago
Tpt 06c0773e5a Makes most open-word SPARQL tests pass 5 years ago
Tpt 8e87396d5e Allows to set the base IRI for SPARQL queries 5 years ago
Tpt 27d0c2a67a Fixes bugs in SPARQL parser and makes it slightly faster 5 years ago
Tpt 45d78d490d Makes RepositoryConnection.prepare_query take &str instead of Read 5 years ago
Tpt 2f706a777f Adds our own IRI normalization instead of relying on Url crate 5 years ago
Tpt 4500ba7b68 Simplifies SPARQL tests code 5 years ago
Tpt d617e72550 Cleanup SPARQL module public API 5 years ago
Tpt 9ccc079b4c Adds Repository::load_graph to load graph files 5 years ago
Tpt a803daa64b Removes NamedNode::from_str 5 years ago
Tpt 21ad76c7cf Introduces Repository and RepositoryConnection and simplifies API 5 years ago
Tpt de8997c750 Makes NamedNode store a String internally 5 years ago
Tpt 4ad8aa6fcf Simplifies rio package architecture 5 years ago
Tpt ce1c198552 Adds SimpleGraph struct and proper isomorphism implementation 5 years ago
Tpt 4dee8a9aa2 Uses Rio RDF XML parser 5 years ago
Tpt 74dadf5f21 Uses Rio N-Triples and Turtle parsers 5 years ago
Tpt a62602298d Makes SPARQL test suite local 5 years ago
Tpt b673471b39 Use LanguageTag inside of Literal 6 years ago
Tpt bf37d7c677 Fixes langMatches evaluation 6 years ago