Use case for initial bindings #3797
namedgraph
started this conversation in
General
Replies: 1 comment 6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I'm upgrading Jena dependency from 4.7.0 to 6.0.0 and one of the main pain points is the removal of
initialBindings.I sort of understand the reasoning behind it, but aren't there situations where it is appropriate to use initial bindings? But in 6.0.0 there is no mechanism anymore for doing that?
For example, 6.0.0 based code with substitution requires modification of the query algebra
where as the old version was simply
I am struggling to understand what exactly has
substitutionoverinitialBindingsimproved in this situation?Doesn't the simplicity of the original solution indicate that it was indeed the appropriate solution?
All reactions