fluree / ledger

Fluree ledger server source
GNU Affero General Public License v3.0
77 stars 8 forks source link

Fix two-tuple var bind #210

Closed cap10morgan closed 1 year ago

cap10morgan commented 1 year ago

Adds tests for two-tuple var binds (both 2 values and pred-idents) and then uses the fixed version of db in this PR: https://github.com/fluree/db/pull/496

Fixes https://github.com/fluree/db/issues/479

Jackamus29 commented 1 year ago

Just confirming this PR does fix the linked issue and one additional, un-documented issue that has to do with a change in returned data shape when using a two-tuple with a groupBy. Thanks Wes! 🥳