Skip to content

Commit ddc8aa6

Browse files
document deprecation of graph names with unesacped dots in USE clauses (#1145)
Co-authored-by: Jens Pryce-Åklundh <[email protected]>
1 parent 85a66c7 commit ddc8aa6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,18 @@ 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 xref:clauses/use.adoc[`USE`] clauses, databases and aliases with unquoted `.` are deprecated unless the `.` is used to indicate that the database or alias belongs to a composite database.
163+
Names containing `.` should be quoted using backticks.
164+
For example, `USE `my.db`` is valid.
153165
|===
154166

155167

0 commit comments

Comments
 (0)