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

Fixes warnings on non declared labels #114

Merged
merged 1 commit into from
Oct 17, 2023
Merged

Fixes warnings on non declared labels #114

merged 1 commit into from
Oct 17, 2023

Conversation

ncordon
Copy link
Collaborator

@ncordon ncordon commented Oct 17, 2023

What

Stops warnings on queries like:

CREATE (n:Person)

when Person does not exists in the database.

Why

Becase we should only be warning for read queries

@ncordon ncordon added bug Something isn't working errors highlighting syntactic, semantic and deprecation warnings / errors labels Oct 17, 2023
@ncordon ncordon requested a review from OskarDamkjaer October 17, 2023 07:01
@ncordon ncordon merged commit 1a082d3 into main Oct 17, 2023
@ncordon ncordon deleted the fix-label-warnings branch October 17, 2023 12:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working errors highlighting syntactic, semantic and deprecation warnings / errors
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants