You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/database-administration/aliases/manage-aliases-composite-databases.adoc
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -254,7 +254,7 @@ CYPHER 5 CREATE ALIAS `garden.flowers` FOR DATABASE `northwind-graph`
254
254
----
255
255
Failed to create the specified database alias 'garden.flowers': Database name or alias already exists.
256
256
----
257
-
The exception will have GQL Status code link:{neo4j-docs-base-uri}/status-codes/current/errors/gql-errors/42001[42001 - invalid syntax] with the cause link:{neo4j-docs-base-uri}/status-codes/current/errors/gql-errors/42N11[42N11 - graph reference already exists].
257
+
The exception has the GQLSTATUS code link:{neo4j-docs-base-uri}/status-codes/current/errors/gql-errors/42001[42001 - invalid syntax] with the cause link:{neo4j-docs-base-uri}/status-codes/current/errors/gql-errors/42N11[42N11 - graph reference already exists].
258
258
259
259
======
260
260
@@ -277,7 +277,7 @@ CYPHER 25 CREATE ALIAS `garden.flowers` FOR DATABASE `northwind-graph`
277
277
----
278
278
Failed to create the specified database alias 'garden.flowers': Database name or alias already exists.
279
279
----
280
-
The exception will have GQL Status code link:{neo4j-docs-base-uri}/status-codes/current/errors/gql-errors/42001[42001 - invalid syntax] with the cause link:{neo4j-docs-base-uri}/status-codes/current/errors/gql-errors/42N11[42N11 - graph reference already exists].
280
+
The exception has the GQLSTATUS code link:{neo4j-docs-base-uri}/status-codes/current/errors/gql-errors/42001[42001 - invalid syntax] with the cause link:{neo4j-docs-base-uri}/status-codes/current/errors/gql-errors/42N11[42N11 - graph reference already exists].
281
281
======
282
282
=====
283
283
@@ -301,7 +301,7 @@ CYPHER 5 CREATE ALIAS `garden`.`flowers` FOR DATABASE `northwind-graph`
301
301
----
302
302
Cannot create database 'garden' because another database 'garden.flowers' exists with an ambiguous name.
303
303
----
304
-
The exception will have GQL Status code link:{neo4j-docs-base-uri}/status-codes/current/errors/gql-errors/42N87[42N87 - database or alias with similar name exists].
304
+
The exception has the GQLSTATUS code link:{neo4j-docs-base-uri}/status-codes/current/errors/gql-errors/42N87[42N87 - database or alias with similar name exists].
305
305
======
306
306
307
307
[role=include-with-cypher-25]
@@ -324,7 +324,7 @@ CYPHER 25 CREATE ALIAS `garden.flowers` FOR DATABASE `northwind-graph`
324
324
----
325
325
Cannot create database 'garden' because another database 'garden.flowers' exists with an ambiguous name.
326
326
----
327
-
The exception will have GQL Status code link:{neo4j-docs-base-uri}/status-codes/current/errors/gql-errors/42N87[42N87 - database or alias with similar name exists].
327
+
The exception has GQLSTATUS code link:{neo4j-docs-base-uri}/status-codes/current/errors/gql-errors/42N87[42N87 - database or alias with similar name exists].
0 commit comments