fluree / db

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

deterministic where patterns #822

Closed dpetran closed 1 month ago

dpetran commented 1 month ago

If a node-pattern in a where clause has multiple predicates, the order that they are converted into triple patterns isn't deterministic. This commit sorts the keys before converting them into new patterns.