neueda / jetbrains-plugin-graph-database-support

Graph Databases support for JetBrains family IDEs.
Apache License 2.0
221 stars 56 forks source link

Cypher "CREATE CONSTRAINT" Error #188

Open LockedThread opened 3 years ago

LockedThread commented 3 years ago

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 commented 3 years ago

87

180

Similar issues and PRs.