Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion guides/protocols/odata.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion node.js/databases.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ This method is called automatically by the framework on the first query, so **yo


## cds.DatabaseService — Consumption {#databaseservice-consumption }

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually this is how we'd like to solve this :)

Suggested change
## cds.DatabaseService — Consumption {#databaseservice-consumption }
## cds.DatabaseService — Consumption
##### databaseservice-consumption

###### databaseservice-consumption


<!--- % assign tx = '<span style="color:grey">srv</span>' %} -->
Expand Down
Loading