fluree / db

Fluree database library
https://fluree.github.io/db/
Other
337 stars 21 forks source link

SPARQL -> FQL translator refactor #765

Closed dpetran closed 3 months ago

dpetran commented 5 months ago

This is a rewrite of the SPARQL translator that solves several issues, and should make adding support for more SPARQL syntax easier.

Specifically fixes :union patterns in where clauses, subject iri parsing, and REGEX functions.

fixes https://github.com/fluree/core/issues/90

dpetran commented 3 months ago

The CI was stuck waiting for a container so I merged and ran CI locally. All commits are now on main.