jetbrains-plugin-graph-database-support icon indicating copy to clipboard operation
jetbrains-plugin-graph-database-support copied to clipboard

Cypher "CREATE CONSTRAINT" Error

Open LockedThread opened this issue 5 years ago • 1 comments

CREATE CONSTRAINT user_uniqueness IF NOT EXISTS ON (u:User) ASSERT u.uid IS UNIQUE

The CREATE gives an error saying <any cypher option>, <command>, <delete>, <reading clause>, BEGIN, CALL, COMMIT, CREATE, DROP, FOREACH, MERGE, REMOVE, RETURN, SET, USING or WITH expected, got 'CREATE'

Screen Shot 2021-01-31 at 1 17 08 PM

LockedThread avatar Jan 31 '21 18:01 LockedThread

#87 #180 Similar issues and PRs.

LockedThread avatar Jan 31 '21 18:01 LockedThread