Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor? call to _do_the_update in _do_update for length 1 #171

Open
mconlon17 opened this issue Jan 27, 2016 · 0 comments
Open

Refactor? call to _do_the_update in _do_update for length 1 #171

mconlon17 opened this issue Jan 27, 2016 · 0 comments

Comments

@mconlon17
Copy link
Owner

In _do_update, if length 1 path, _do_the_update is called. seems that this call should follow the pattern seen in _do_two_step_update where the predicate is checked for cardinality and then _do_the_update is either called once for multiple values, or many times for multiple predicates. As is, path length 1 appears to handle only single predicate, multi-valued, not multi-predicate, single-valued. No "bug" example yet, but perhaps one could be created.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant