Skip to content

Commit 304124e

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

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
@@ -306,6 +306,18 @@ CREATE DATABASE db OPTIONS { storeFormat: 'high_limit' }
306306
| The `standard` and `high_limit` store formats have been deprecated.
307307
Creating databases with these formats is therefore also deprecated.
308308
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].
309+
310+
a|
311+
label:functionality[]
312+
label:deprecated[]
313+
[source, cypher, role="noheader"]
314+
----
315+
USE my.db ...
316+
317+
----
318+
| 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.
319+
Names containing `.` should be quoted using backticks.
320+
For example, `USE `my.db`` is valid.
309321
|===
310322

311323

0 commit comments

Comments
 (0)