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

OPTIONAL MATCH support #136

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Open

OPTIONAL MATCH support #136

wants to merge 13 commits into from

Commits on May 13, 2024

  1. OPTIONAL MATCH support

    oskar-van-rest committed May 13, 2024
    Configuration menu
    Copy the full SHA
    d718643 View commit details
    Browse the repository at this point in the history
  2. missing copyright

    oskar-van-rest committed May 13, 2024
    Configuration menu
    Copy the full SHA
    7b3b5ee View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    786e2a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1d5996 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    58ae286 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. make the keyword OPTIONAL only reserved in PGQL 1.1 and PGQL 1.2 (leg…

    …acy versions) and only for graph names but not other identifiers (variables, properties, labels, etc).
    oskar-van-rest committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    4ea670e View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    4ed7ebe View commit details
    Browse the repository at this point in the history
  2. add check and tests for declaring vertices in MATCH that were already…

    … declared as optionally bound vertices in prior OPTIONAL MATCH, ONE ROW PER STEP or ONE ROW PER EDGE
    oskar-van-rest committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    b275d16 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    60e6b2e View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    ac24a05 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    22fb443 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. bug fix: path selector inside parenthesized match failed to parse whe…

    …n graph pattern consists of only single path pattern
    oskar-van-rest committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    a2f5038 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. predicate push down: make sure predicate gets pushed into MATCH befor…

    …e OPTIONAL MATCH when both MATCH and OPTIONAL MATCH have shared variable
    oskar-van-rest committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    4eac1a1 View commit details
    Browse the repository at this point in the history