From 68cc83d93ec490bf8b5940f99f773af70745f39f Mon Sep 17 00:00:00 2001 From: Serhii Filonenko Date: Wed, 25 Feb 2026 18:25:07 +0200 Subject: [PATCH] HCK-7662: enable the feature for primary keys in nested attributes --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 2c5b7a1..ab81404 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,8 @@ "features": { "nestedCollections": false, "enableForwardEngineering": true, - "disableMultipleNonScalarTypes": false + "disableMultipleNonScalarTypes": false, + "restrictNestedFieldsAsPrimaryKey": false } }, "description": "Hackolade plugin for Azure Cosmos DB with SQL API",