From a1469363bc10ff968cdc517fa93caacb5448a8fd Mon Sep 17 00:00:00 2001 From: Markus Ofterdinger Date: Mon, 10 Feb 2025 10:27:42 +0100 Subject: [PATCH 1/2] disable native hana associations --- .cdsrc.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.cdsrc.json b/.cdsrc.json index 9f178cd8..fc2d97b0 100644 --- a/.cdsrc.json +++ b/.cdsrc.json @@ -7,5 +7,8 @@ "profile": "with-mtx-sidecar", "cdsc": { "newParser": true + }, + "sql": { + "native_hana_associations" : false } } From be7d735995530a8f495c7ff4dd093cb34d035074 Mon Sep 17 00:00:00 2001 From: Markus Ofterdinger Date: Mon, 10 Feb 2025 10:28:05 +0100 Subject: [PATCH 2/2] json formatting --- .cdsrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cdsrc.json b/.cdsrc.json index fc2d97b0..751f9d85 100644 --- a/.cdsrc.json +++ b/.cdsrc.json @@ -9,6 +9,6 @@ "newParser": true }, "sql": { - "native_hana_associations" : false + "native_hana_associations": false } }