Skip to content

Commit 5aff548

Browse files
Update modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc
Co-authored-by: Jens Pryce-Åklundh <[email protected]>
1 parent 5a4a323 commit 5aff548

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,9 @@ label:deprecated[]
159159
USE my.db ...
160160
161161
----
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: USE \`my.db` ...
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.
163165
|===
164166

165167

0 commit comments

Comments
 (0)