You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
The text was updated successfully, but these errors were encountered:
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
As unit tests contains the 'key' word, they are invalid.
The 'key' word is now replaced by 'ref'.
closeneueda#85
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;
The text was updated successfully, but these errors were encountered: