Skip to content

Commit cc8316c

Browse files
chore: Update Java Properties (#2085)
Updates Java properties to the latest version. Co-authored-by: chgeo <[email protected]>
1 parent 741f2f5 commit cc8316c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

java/developing-applications/properties.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1627,6 +1627,18 @@
16271627
"default": "auto",
16281628
"doc": "Sets the inline-count mode. Possible values are: `auto`, `window-function` and `query`"
16291629
},
1630+
{
1631+
"header": true,
1632+
"name": "cds.sql.toOnePath",
1633+
"doc": "Configuration properties for to-one path expressions."
1634+
},
1635+
{
1636+
"header": false,
1637+
"name": "cds.sql.toOnePath.mode",
1638+
"type": "String",
1639+
"default": "always-join",
1640+
"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."
1641+
},
16301642
{
16311643
"header": true,
16321644
"name": "cds.auditLog",

0 commit comments

Comments
 (0)