Skip to content

Commit f3f1ea8

Browse files
committed
document deprecation of graph names with unesacped dots in USE clauses
1 parent c20fe4a commit f3f1ea8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,16 @@ CREATE DATABASE db OPTIONS { storeFormat: 'high_limit' }
150150
| The `standard` and `high_limit` store formats have been deprecated.
151151
Creating databases with these formats is therefore also deprecated.
152152
For more information on the deprecation of these formats, see link:{neo4j-docs-base-uri}/operations-manual/{page-version}/database-internals/store-formats/#format-deprecations[Store formats -> Format deprecations].
153+
154+
a|
155+
label:functionality[]
156+
label:deprecated[]
157+
[source, cypher, role="noheader"]
158+
----
159+
USE my.db ...
160+
161+
----
162+
| In USE clauses, databases and aliases with unescaped `.` are deprecated unless to indicate that they belong to a composite database. Names containing `.` should be escaped. In the above example, E.g. USE `my.db` ...)
153163
|===
154164

155165

0 commit comments

Comments
 (0)