Skip to content

Commit d016d22

Browse files
Remove SET keyword from db creation (#1342)
Not supported on Cypher 5 (under which tests for this branch run), plus it's confusing that the `SET` keyword is optional in Cypher 25 and not supported in Cypher 5.
1 parent 10f9431 commit d016d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/queries/select-version.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ To select a default Cypher version when creating a database, add `DEFAULT LANGUA
4848
.Cypher 25
4949
[source,cypher]
5050
----
51-
CREATE DATABASE actors SET DEFAULT LANGUAGE CYPHER 25
51+
CREATE DATABASE actors DEFAULT LANGUAGE CYPHER 25
5252
----
5353

5454
======

0 commit comments

Comments
 (0)