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 support for CREATE OR REPLACE PROPERTY GRAPH #102

Merged
merged 3 commits into from
Mar 8, 2024

Conversation

Dtenwolde
Copy link
Contributor

Fixes #19

Now it's possible to CREATE OR REPLACE PROPERTY GRAPH, avoiding the need to first drop the property graph and then create it again in case it already exists. Using only CREATE with a name equal to an already existing property graph will still result in an error.

@Dtenwolde Dtenwolde merged commit 5c324a7 into main Mar 8, 2024
3 of 37 checks passed
@Dtenwolde Dtenwolde deleted the 19-support-create-or-replace-property-graph branch March 8, 2024 10:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support CREATE OR REPLACE PROPERTY GRAPH
1 participant