Skip to content

Commit dabed61

Browse files
l-heemannrenetapopova
authored andcommitted
Apply suggestions from code review
GQL section review fixes Co-authored-by: Reneta Popova <[email protected]>
1 parent 78d4381 commit dabed61

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/ROOT/pages/database-administration/aliases/manage-aliases-composite-databases.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ CYPHER 5 CREATE ALIAS `garden.flowers` FOR DATABASE `northwind-graph`
254254
----
255255
Failed to create the specified database alias 'garden.flowers': Database name or alias already exists.
256256
----
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].
258258

259259
======
260260
@@ -277,7 +277,7 @@ CYPHER 25 CREATE ALIAS `garden.flowers` FOR DATABASE `northwind-graph`
277277
----
278278
Failed to create the specified database alias 'garden.flowers': Database name or alias already exists.
279279
----
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].
281281
======
282282
=====
283283

@@ -301,7 +301,7 @@ CYPHER 5 CREATE ALIAS `garden`.`flowers` FOR DATABASE `northwind-graph`
301301
----
302302
Cannot create database 'garden' because another database 'garden.flowers' exists with an ambiguous name.
303303
----
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].
305305
======
306306
307307
[role=include-with-cypher-25]
@@ -324,7 +324,7 @@ CYPHER 25 CREATE ALIAS `garden.flowers` FOR DATABASE `northwind-graph`
324324
----
325325
Cannot create database 'garden' because another database 'garden.flowers' exists with an ambiguous name.
326326
----
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].
328328
======
329329
=====
330330

0 commit comments

Comments
 (0)