From a1180720771da37b2cc3d765007af555f1607d76 Mon Sep 17 00:00:00 2001 From: chgeo <7470719+chgeo@users.noreply.github.com> Date: Wed, 17 Sep 2025 03:16:37 +0000 Subject: [PATCH] Update Java Properties --- java/developing-applications/properties.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/java/developing-applications/properties.json b/java/developing-applications/properties.json index 1c0307a62..e79970321 100644 --- a/java/developing-applications/properties.json +++ b/java/developing-applications/properties.json @@ -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
`always-join` mode, the SQL generation always generates a join for to-one path expressions,
in `optimize` mode joins are avoided if a FK column can be selected instead." + }, { "header": true, "name": "cds.auditLog",