From 970b9d648df89cc54561064cbc1982d19fc04319 Mon Sep 17 00:00:00 2001 From: Natalia Ivakina Date: Thu, 20 Mar 2025 12:04:37 +0100 Subject: [PATCH 01/10] Update conditions and messages of 22N51, 42N00, 42N11, 25N05, and 42N39 --- modules/ROOT/pages/errors/gql-errors/22N51.adoc | 3 ++- modules/ROOT/pages/errors/gql-errors/25N05.adoc | 3 ++- modules/ROOT/pages/errors/gql-errors/42N00.adoc | 3 ++- modules/ROOT/pages/errors/gql-errors/42N11.adoc | 3 ++- modules/ROOT/pages/errors/gql-errors/42N39.adoc | 3 ++- modules/ROOT/pages/errors/gql-errors/index.adoc | 15 ++++++++++----- 6 files changed, 20 insertions(+), 10 deletions(-) diff --git a/modules/ROOT/pages/errors/gql-errors/22N51.adoc b/modules/ROOT/pages/errors/gql-errors/22N51.adoc index 50b357c3..9deecf25 100644 --- a/modules/ROOT/pages/errors/gql-errors/22N51.adoc +++ b/modules/ROOT/pages/errors/gql-errors/22N51.adoc @@ -1,7 +1,8 @@ = 22N51 +label:new[Changed in 2025.03] == Status description -error: data exception - database or alias does not exist. A [composite] database or alias with the name `{ <> }` does not exist. Verify that the spelling is correct. +error: data exception - graph reference not found. A graph reference with the name `{ <> }` does not exist. Verify that the spelling is correct. ifndef::backend-pdf[] diff --git a/modules/ROOT/pages/errors/gql-errors/25N05.adoc b/modules/ROOT/pages/errors/gql-errors/25N05.adoc index b9a83413..68b9fc0e 100644 --- a/modules/ROOT/pages/errors/gql-errors/25N05.adoc +++ b/modules/ROOT/pages/errors/gql-errors/25N05.adoc @@ -1,7 +1,8 @@ = 25N05 +label:new[Changed in 2025.03] == Status description -error: invalid transaction state - transaction terminated or closed. The transaction has been terminated or closed. +error: invalid transaction state - transaction closed. Transaction has been closed. ifndef::backend-pdf[] [discrete.glossary] diff --git a/modules/ROOT/pages/errors/gql-errors/42N00.adoc b/modules/ROOT/pages/errors/gql-errors/42N00.adoc index 0b060c28..bdbb87b8 100644 --- a/modules/ROOT/pages/errors/gql-errors/42N00.adoc +++ b/modules/ROOT/pages/errors/gql-errors/42N00.adoc @@ -1,7 +1,8 @@ = 42N00 +label:new[Changed in 2025.03] == Status description -error: syntax error or access rule violation - no such database. The database `{ <> }` was not found. Verify that the spelling is correct. +error: syntax error or access rule violation - graph reference not found. The database `{ <> }` was not found. Verify that the spelling is correct. ifndef::backend-pdf[] [discrete.glossary] diff --git a/modules/ROOT/pages/errors/gql-errors/42N11.adoc b/modules/ROOT/pages/errors/gql-errors/42N11.adoc index fb641fed..c561cfb0 100644 --- a/modules/ROOT/pages/errors/gql-errors/42N11.adoc +++ b/modules/ROOT/pages/errors/gql-errors/42N11.adoc @@ -1,7 +1,8 @@ = 42N11 +label:new[Changed in 2025.03] == Status description -error: syntax error or access rule violation - database or alias already exists. A `[composite]` database or alias with the name `{ <> }` already exists. +error: syntax error or access rule violation - graph reference already exists. A graph reference with the name `{ <> }` already exists. ifndef::backend-pdf[] [discrete.glossary] diff --git a/modules/ROOT/pages/errors/gql-errors/42N39.adoc b/modules/ROOT/pages/errors/gql-errors/42N39.adoc index 512afa5a..e8e9f39e 100644 --- a/modules/ROOT/pages/errors/gql-errors/42N39.adoc +++ b/modules/ROOT/pages/errors/gql-errors/42N39.adoc @@ -1,7 +1,8 @@ = 42N39 +label:new[Changed in 2025.03] == Status description -error: syntax error or access rule violation - incompatible return columns. All subqueries in a `UNION` clause must have the same return column names. +error: syntax error or access rule violation - incompatible return columns. All `{<>}` in a UNION clause must have the same return column names. ifndef::backend-pdf[] [discrete.glossary] diff --git a/modules/ROOT/pages/errors/gql-errors/index.adoc b/modules/ROOT/pages/errors/gql-errors/index.adoc index 28ebef3d..a9ad76db 100644 --- a/modules/ROOT/pages/errors/gql-errors/index.adoc +++ b/modules/ROOT/pages/errors/gql-errors/index.adoc @@ -311,8 +311,9 @@ Status description:: error: data exception - unable to use specified runtime. Ca Status description:: error: data exception - CSV buffer size overflow. Cannot read a CSV field larger than the set buffer size. Ensure the field does not have an unterminated quote, or increase the buffer size via 'dbms.import.csv.buffer_size'. === xref:errors/gql-errors/22N51.adoc[22N51] +label:new[Changed in 2025.03] -Status description:: error: data exception - database or alias does not exist. A [composite] database or alias with the name `{ <> }` does not exist. Verify that the spelling is correct. +Status description:: error: data exception - graph reference not found. A graph reference with the name `{ <> }` does not exist. Verify that the spelling is correct. === xref:errors/gql-errors/22N52.adoc[22N52] @@ -557,8 +558,9 @@ Status description:: error: invalid transaction state - specified transaction do Transaction `{ <> }` does not exist. === xref:errors/gql-errors/25N05.adoc[25N05] +label:new[Changed in 2025.03] -Status description:: error: invalid transaction state - transaction terminated or closed. The transaction has been terminated or closed. +Status description:: error: invalid transaction state - transaction closed. Transaction has been closed. === xref:errors/gql-errors/25N06.adoc[25N06] @@ -836,8 +838,9 @@ Status description:: info: invalid call signature. The procedure or function `{ Status description:: error: syntax error or access rule violation - no longer valid syntax. `{ <> }` === xref:errors/gql-errors/42N00.adoc[42N00] +label:new[Changed in 2025.03] -Status description:: error: syntax error or access rule violation - no such database. The database `{ <> }` was not found. Verify that the spelling is correct. +Status description:: error: syntax error or access rule violation - graph reference not found. The database `{ <> }` was not found. Verify that the spelling is correct. === xref:errors/gql-errors/42N01.adoc[42N01] @@ -880,8 +883,9 @@ Status description:: error: syntax error or access rule violation - no such user Status description:: error: syntax error or access rule violation - no such role. A role with the name `{ <> }` was not found. Verify that the spelling is correct. === xref:errors/gql-errors/42N11.adoc[42N11] +label:new[Changed in 2025.03] -Status description:: error: syntax error or access rule violation - database or alias already exists. A `[composite]` database or alias with the name `{ <> }` already exists. +Status description:: error: syntax error or access rule violation - graph reference already exists. A graph reference with the name `{ <> }` already exists. === xref:errors/gql-errors/42N12.adoc[42N12] @@ -974,8 +978,9 @@ Status description:: error: syntax error or access rule violation - invalid use Status description:: error: syntax error or access rule violation - duplicate return item name. Return items must have unique names. === xref:errors/gql-errors/42N39.adoc[42N39] +label:new[Changed in 2025.03] -Status description:: error: syntax error or access rule violation - incompatible return columns. All subqueries in a `UNION` clause must have the same return column names. +Status description:: error: syntax error or access rule violation - incompatible return columns. All `{<>}` in a UNION clause must have the same return column names. === xref:errors/gql-errors/42N40.adoc[42N40] From ab2416b056157b0d0023e8675e22e6be2cf86f35 Mon Sep 17 00:00:00 2001 From: NataliaIvakina <82437520+NataliaIvakina@users.noreply.github.com> Date: Thu, 20 Mar 2025 12:09:58 +0100 Subject: [PATCH 02/10] Update 42i13 on the index page --- modules/ROOT/pages/errors/gql-errors/index.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/ROOT/pages/errors/gql-errors/index.adoc b/modules/ROOT/pages/errors/gql-errors/index.adoc index a9ad76db..ff19779e 100644 --- a/modules/ROOT/pages/errors/gql-errors/index.adoc +++ b/modules/ROOT/pages/errors/gql-errors/index.adoc @@ -730,8 +730,9 @@ Status description:: error: syntax error or access rule violation - invalid name Status description:: error: syntax error or access rule violation - invalid nesting of quantified path patterns. Quantified path patterns cannot be nested. === xref:errors/gql-errors/42I13.adoc[42I13] +label:new[Changed in 2025.03] -Status description:: error: syntax error or access rule violation - invalid number of procedure or function arguments. The procedure or function call does not provide the required number of arguments; expected `{ <>1 }` but got `{ $count2 }`. The procedure or function `{ <> }` has the signature: `{ <> }`. +Status description:: error: syntax error or access rule violation - invalid number of procedure or function arguments. The procedure or function call does not provide the required number of arguments; expected `{ <> }` but got `{ <> }`. The procedure or function `{ <> }` has the signature: `{ <> }`. === xref:errors/gql-errors/42I17.adoc[42I17] From f8d1ca89e12cad8a0678935b174b444ce2fbedd2 Mon Sep 17 00:00:00 2001 From: NataliaIvakina <82437520+NataliaIvakina@users.noreply.github.com> Date: Thu, 20 Mar 2025 12:13:22 +0100 Subject: [PATCH 03/10] Update 42I13.adoc --- modules/ROOT/pages/errors/gql-errors/42I13.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ROOT/pages/errors/gql-errors/42I13.adoc b/modules/ROOT/pages/errors/gql-errors/42I13.adoc index 1b3d487d..bfb5286d 100644 --- a/modules/ROOT/pages/errors/gql-errors/42I13.adoc +++ b/modules/ROOT/pages/errors/gql-errors/42I13.adoc @@ -1,4 +1,5 @@ = 42I13 +label:new[Changed in 2025.03] == Status description error: syntax error or access rule violation - invalid number of procedure or function arguments. The procedure or function call does not provide the required number of arguments; expected `{ <>1 }` but got `{ $count2 }`. The procedure or function `{ <> }` has the signature: `{ <> }`. From 77bf8cd98410bf561774b371a7c449c3f027380d Mon Sep 17 00:00:00 2001 From: NataliaIvakina <82437520+NataliaIvakina@users.noreply.github.com> Date: Thu, 20 Mar 2025 12:23:11 +0100 Subject: [PATCH 04/10] Update modules/ROOT/pages/errors/gql-errors/index.adoc --- modules/ROOT/pages/errors/gql-errors/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/errors/gql-errors/index.adoc b/modules/ROOT/pages/errors/gql-errors/index.adoc index ff19779e..837bbdaa 100644 --- a/modules/ROOT/pages/errors/gql-errors/index.adoc +++ b/modules/ROOT/pages/errors/gql-errors/index.adoc @@ -732,7 +732,7 @@ Status description:: error: syntax error or access rule violation - invalid nest === xref:errors/gql-errors/42I13.adoc[42I13] label:new[Changed in 2025.03] -Status description:: error: syntax error or access rule violation - invalid number of procedure or function arguments. The procedure or function call does not provide the required number of arguments; expected `{ <> }` but got `{ <> }`. The procedure or function `{ <> }` has the signature: `{ <> }`. +Status description:: error: syntax error or access rule violation - invalid number of procedure or function arguments. The procedure or function call does not provide the required number of arguments; expected `{ <>1 }` but got `{ $count2 }`. The procedure or function `{ <> }` has the signature: `{ <> }`. === xref:errors/gql-errors/42I17.adoc[42I17] From 870c2544929394043954987cd32e808853bcb204 Mon Sep 17 00:00:00 2001 From: Natalia Ivakina Date: Thu, 20 Mar 2025 15:15:26 +0100 Subject: [PATCH 05/10] Add missing codes --- modules/ROOT/pages/errors/gql-errors/22N06.adoc | 3 ++- modules/ROOT/pages/errors/gql-errors/42I13.adoc | 1 - modules/ROOT/pages/errors/gql-errors/42N08.adoc | 3 ++- modules/ROOT/pages/errors/gql-errors/51N12.adoc | 3 ++- modules/ROOT/pages/errors/gql-errors/51N27.adoc | 3 ++- modules/ROOT/pages/errors/gql-errors/index.adoc | 13 ++++++++----- 6 files changed, 16 insertions(+), 10 deletions(-) diff --git a/modules/ROOT/pages/errors/gql-errors/22N06.adoc b/modules/ROOT/pages/errors/gql-errors/22N06.adoc index 8a820281..2073e1a4 100644 --- a/modules/ROOT/pages/errors/gql-errors/22N06.adoc +++ b/modules/ROOT/pages/errors/gql-errors/22N06.adoc @@ -1,7 +1,8 @@ = 22N06 +label:new[Changed in 2025.03] == Status description -error: data exception - empty input string. Invalid input. `{ <