diff --git a/.intellijPlatform/coroutines-javaagent-legacy.jar b/.intellijPlatform/coroutines-javaagent-legacy.jar index a789255..caebd13 100644 Binary files a/.intellijPlatform/coroutines-javaagent-legacy.jar and b/.intellijPlatform/coroutines-javaagent-legacy.jar differ diff --git a/.intellijPlatform/self-update.lock b/.intellijPlatform/self-update.lock index 07eb06f..b92f569 100644 --- a/.intellijPlatform/self-update.lock +++ b/.intellijPlatform/self-update.lock @@ -1 +1 @@ -2025-08-20 \ No newline at end of file +2025-09-24 \ No newline at end of file diff --git a/src/main/java/com/sdk/generators/actionmodels/GeneratorServices.java b/src/main/java/com/sdk/generators/actionmodels/GeneratorServices.java index 4663e12..112f216 100644 --- a/src/main/java/com/sdk/generators/actionmodels/GeneratorServices.java +++ b/src/main/java/com/sdk/generators/actionmodels/GeneratorServices.java @@ -129,7 +129,7 @@ public class GeneratorServices { dasKeys.forEach(key -> { if (key.isPrimary()) { - DasUtil.getColumns(key).forEach(column -> primaryKeys.add(column.getName().toUpperCase())); + key.getColumnsRef().names().forEach(column -> primaryKeys.add(column.toUpperCase())); } });