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

Add FROM Clause #1064

Open
JoshInnis opened this issue Nov 25, 2023 · 0 comments
Open

Add FROM Clause #1064

JoshInnis opened this issue Nov 25, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request Functionality

Comments

@JoshInnis
Copy link
Contributor

Allow users to alter the Graph they are using midquery using the FROM clause

SELECT * FROM cypher('graph1', $$
MATCH (a)
FROM graph2
MATCH (b) WHERE a.id = b.foreign_key
...
$$) as (...);

Throw error if trying to use an enetity from another graph in a MATCH path, CREATE path, MERGE path.

For this task, don't Allow SET or DELETE, because we need to really modify them to work, so separate them into other tasks.

@JoshInnis JoshInnis converted this from a draft issue Nov 25, 2023
@JoshInnis JoshInnis self-assigned this Nov 25, 2023
@JoshInnis JoshInnis added enhancement New feature or request Functionality labels Nov 25, 2023
@JoshInnis JoshInnis added this to the Clause Improvements milestone Nov 25, 2023
@JoshInnis JoshInnis removed this from the Clause Improvements milestone May 22, 2024
@github-project-automation github-project-automation bot moved this from 📋 Backlog to ✅ Done in MultiGraph Queries May 22, 2024
@JoshInnis JoshInnis reopened this Sep 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Functionality
Projects
Status: 🔖 Ready
Development

No branches or pull requests

1 participant