Skip to content
Merged
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
12 changes: 12 additions & 0 deletions java/developing-applications/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -1627,6 +1627,18 @@
"default": "auto",
"doc": "Sets the inline-count mode. Possible values are: `auto`, `window-function` and `query`"
},
{
"header": true,
"name": "cds.sql.toOnePath",
"doc": "Configuration properties for to-one path expressions."
},
{
"header": false,
"name": "cds.sql.toOnePath.mode",
"type": "String",
"default": "always-join",
"doc": "Sets the to-one path mode. Possible values are: `always-join` (default) and `optimize`. In<br>`always-join` mode, the SQL generation always generates a join for to-one path expressions,<br>in `optimize` mode joins are avoided if a FK column can be selected instead."
},
{
"header": true,
"name": "cds.auditLog",
Expand Down