fluree / db

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

Feature/values pattern #777

Closed dpetran closed 2 weeks ago

dpetran commented 1 month ago

This adds support for :values as a where-clause pattern. This allows users to scope their :values to just a :union or :optional pattern, instead of constraining the whole :where clause.

This will enable us to translate the SPARQL VALUES pattern directly to FQL.

dpetran commented 3 weeks ago

Rebased on https://github.com/fluree/db/pull/765

dpetran commented 2 weeks ago

The CI was stuck waiting for a container so I merged and ran CI locally.