From a67505add10bf99bee7a34d62c2c96bdac2073ba Mon Sep 17 00:00:00 2001 From: I543501 Date: Thu, 27 Aug 2026 11:52:02 +0200 Subject: [PATCH 1/3] fix: fix null link markup and remove duplicate anchor in databases --- guides/protocols/odata.md | 2 +- node.js/databases.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/guides/protocols/odata.md b/guides/protocols/odata.md index 958480c72c..a09f2edad7 100644 --- a/guides/protocols/odata.md +++ b/guides/protocols/odata.md @@ -799,7 +799,7 @@ service S { In addition, the following functions are supported: -* `$Null()` representing the `null` value [`Null`]([annotation expression](#null-value)). +* `$Null()` representing the `null` value ([annotation expression](#null-value)). * `Div(...)` (or `$Div(...)`) and `Mod(...)` (or `$Mod(...)`) for integer division and modulo * [`Has(...)`](https://docs.oasis-open.org/odata/odata/v4.02/csd01/part2-url-conventions/odata-v4.02-csd01-part2-url-conventions.html#Has) (or `$Has(...)`) * the functions listed in sections diff --git a/node.js/databases.md b/node.js/databases.md index 365b63a8a6..11d45fb675 100644 --- a/node.js/databases.md +++ b/node.js/databases.md @@ -25,7 +25,6 @@ This method is called automatically by the framework on the first query, so **yo ## cds.DatabaseService — Consumption {#databaseservice-consumption } -###### databaseservice-consumption From 80b72104bb44da6f48e5a0cd0c7288114002ad23 Mon Sep 17 00:00:00 2001 From: Lars Plessing <56645452+larsPlessing@users.noreply.github.com> Date: Wed, 2 Sep 2026 08:25:26 +0200 Subject: [PATCH 2/3] Apply suggestion from @renejeglinsky MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: René Jeglinsky --- node.js/databases.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/node.js/databases.md b/node.js/databases.md index 11d45fb675..ca6a4d7eb3 100644 --- a/node.js/databases.md +++ b/node.js/databases.md @@ -24,7 +24,8 @@ In case of database services this actually starts the transaction by acquiring a This method is called automatically by the framework on the first query, so **you never have to call it** in application coding. There are only very rare cases where you'd want to do so, for example to reuse a `tx` object to start subsequent physical transactions after a former `commit` or `rollback`. But this is not considered good practice. -## cds.DatabaseService — Consumption {#databaseservice-consumption } +## cds.DatabaseService — Consumption +##### databaseservice-consumption From 29ff2909f1ef9a113b01412124636afacec8d4e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Jeglinsky?= Date: Wed, 2 Sep 2026 11:19:29 +0200 Subject: [PATCH 3/3] Apply suggestion from @renejeglinsky --- node.js/databases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node.js/databases.md b/node.js/databases.md index ca6a4d7eb3..a2daf25e0e 100644 --- a/node.js/databases.md +++ b/node.js/databases.md @@ -25,7 +25,7 @@ This method is called automatically by the framework on the first query, so **yo ## cds.DatabaseService — Consumption -##### databaseservice-consumption +###### databaseservice-consumption