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

fix: Includes necessary JOINs of vertices (#595) #599

Merged
merged 1 commit into from
Dec 15, 2022
Merged

Commits on Dec 7, 2022

  1. fix: Includes necessary JOINs of vertices (#595)

    Previously, a patch(3ced882) was created to
    remove the items that A thought were unnecessary joins. However, this returned
    an exceptional case for the self-joining case without path(other words, Unnamed
    path).
    
    so, we rollback that partial of patch. and, we will refactor pattern match
    logic for performance issue.
    emotionbug committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    06c2e4c View commit details
    Browse the repository at this point in the history