Skip to content

Commit d5bfda5

Browse files
add information about new errors for revoke commands in the additions/removals section
1 parent 384542a commit d5bfda5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,17 @@ Several xref:clauses/transaction-clauses.adoc#query-listing-transactions[`SHOW
152152
* `startTime` and `currentQueryStartTime` now return a `ZONED DATETIME` instead of a `STRING` representation of a temporal value.
153153
* `clientAddress` and `outerTransactionId` now return `null` instead of an empty `STRING` when unavailable.
154154
* The current query-related columns — `currentQuery`, `currentQueryId`, `parameters`, `planner`, `runtime`, `indexes`, `currentQueryStartTime`, `currentQueryElapsedTime`, `currentQueryCpuTime`, `currentQueryIdleTime`, and `currentQueryStatus` — now return `null` when no query is executing.
155+
156+
a|
157+
label:functionality[]
158+
label:updated[]
159+
[source, cypher, role="noheader"]
160+
----
161+
REVOKE READ {*} ON GRAPH * NODES A FROM regularUser
162+
REVOKE ROLE regularUser FROM bob
163+
----
164+
a|
165+
Notifications for impossible `REVOKE` commands, where a user, a role, or a database does not exist, have been replaced with errors.
155166
|===
156167

157168
=== New features

0 commit comments

Comments
 (0)