Skip to content

Commit 6c14524

Browse files
committed
Update modules/ROOT/pages/database-administration/standard-databases/naming-databases.adoc
1 parent b151f54 commit 6c14524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/database-administration/standard-databases/naming-databases.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Naming rules for databases are as follows:
1919
The `-` (dash) and `.` (dot) characters are not legal in Cypher variables.
2020
Names with a `-` in them must be enclosed within backticks.
2121
For example, `CREATE DATABASE ++`main-db`++` is a valid database name.
22-
Since Neo4j 5.27 names with a `.` in them must be enclosed within backticks.
22+
Since Cypher 25 names with a `.` in them must be enclosed within backticks.
2323
However, database names with dots in them are not recommended, due to the difficulty of determining if a dot is part of the database name or a delimiter for a database alias in a composite database.
2424
A future version of Neo4j may disallow database names with dots entirely.
2525
====

0 commit comments

Comments
 (0)