Skip to content
Merged
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
2 changes: 1 addition & 1 deletion node.js/databases.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ 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


Expand Down
Loading