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

Wrap connect operations in subqueries #341

Merged
merged 2 commits into from
Jul 21, 2021

Conversation

darrellwarde
Copy link
Contributor

@darrellwarde darrellwarde commented Jul 21, 2021

Description

The way in which we were performing connect operations meant that following these operations, cardinality had been affected, which meant following operations could potentially have unexpected results. Resolved by wrapping connect operations in subqueries, which means cardinality is unaffected.

Also renamed test files which had '#' characters in the file name.

Issue

Resolves:

Checklist

The following requirements should have been met (depending on the changes in the branch):

  • Documentation has been updated
  • TCK tests have been updated
  • Integration tests have been updated
  • Example applications have been updated
  • New files have copyright header
  • CLA (https://neo4j.com/developer/cla/) has been signed

@danstarns danstarns merged commit 5c252e4 into neo4j:master Jul 21, 2021
@darrellwarde darrellwarde deleted the bugfix/connect-too-many-results branch May 9, 2022 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants