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

Error for Constraint Node Key #85

Open
jdorleans opened this issue Jun 19, 2018 · 0 comments · Fixed by LockedThread/jetbrains-plugin-graph-database-support#1 · May be fixed by #87
Open

Error for Constraint Node Key #85

jdorleans opened this issue Jun 19, 2018 · 0 comments · Fixed by LockedThread/jetbrains-plugin-graph-database-support#1 · May be fixed by #87

Comments

@jdorleans
Copy link

Syntax highlight error for , and ; chars when creating constraint on NodeKey. Ex:
CREATE CONSTRAINT ON (n:Person) ASSERT (n.firstname, n.surname) IS NODE KEY;

Muldec added a commit to Muldec/jetbrains-plugin-graph-database-support that referenced this issue Aug 20, 2018
Support of the commands CREATE CONSTRAINT...IS NODE KEY and DROP CONSTRAINT...IS NODE KEY is added to the plugin

close neueda#85
@Muldec Muldec linked a pull request Aug 20, 2018 that will close this issue
Muldec added a commit to Muldec/jetbrains-plugin-graph-database-support that referenced this issue Jun 7, 2019
Support of the commands CREATE CONSTRAINT...IS NODE KEY and DROP CONSTRAINT...IS NODE KEY is added to the plugin

As unit tests contains the 'key' word, they are invalid.
The 'key' word is now replaced by 'ref'.

close neueda#85
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant