Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Louise Berglund <louise.berglund@neo4j.com>
  • Loading branch information
NataliaIvakina and Lojjs authored Jun 28, 2024
1 parent 4705cf5 commit 2b1ee68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/ROOT/pages/notifications/all-notifications.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1208,7 +1208,7 @@ Returned GQLSTATUS code::

Returned Status Description::
warn: feature deprecated.
Names containing `.` should be escaped.
Databases and aliases with unescaped `.` are deprecated unless to indicate that they belong to a composite database. Names containing `.` should be escaped. (Name: foo.bar)

Suggestions for improvement::
If not intended for a composite database, escape the name with the character ```.
Expand Down Expand Up @@ -1267,7 +1267,7 @@ Returned GQLSTATUS code::

Returned Status Description::
warn: feature deprecated.
All subqueries in a UNION [ALL] should have the same ordering for the return columns.
All subqueries in a UNION [ALL] should have the same ordering for the return columns. Using differently ordered return items in a UNION [ALL] clause is deprecated and will be removed in a future version.

Suggestions for improvement::
Use the same order for the return columns in all subqueries combined by a `UNION` clause.
Expand Down

0 comments on commit 2b1ee68

Please sign in to comment.