Skip to content

Commit b782ad7

Browse files
Merge branch 'dev' into patch-1
2 parents ce42059 + 2d3c71b commit b782ad7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/syntax/naming.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ For example, `MATCH ( a ) RETURN a` is equivalent to `MATCH (a) RETURN a`.
2727
=== Using special characters in names
2828
Non-alphabetic characters, including numbers, symbols and whitespace characters, *can* be used in names, but *must* be escaped using backticks.
2929
For example: `++`^n`++`, `++`1first`++`, `++`$$n`++`, and `++`my variable has spaces`++`.
30-
Database names are an exception and may include dots without the need for escaping.
31-
For example: naming a database `foo.bar.baz` is perfectly valid.
30+
Database names are an exception and may include dots without the need for escaping, although this behavior is deprecated as it may introduce ambiguity when addressing composite databases.
31+
For example: naming a database `foo.bar.baz` is valid, but deprecated. `++`foo.bar.baz`++` is valid.
3232

3333
Within an escaped name, the following escaping sequences are allowed:
3434

0 commit comments

Comments
 (0)