jetbrains-plugin-graph-database-support
jetbrains-plugin-graph-database-support copied to clipboard
Error for Constraint Node Key
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;