From 2fee584da97d639dc203a63dffb79039c9201d09 Mon Sep 17 00:00:00 2001 From: Nybkox Date: Tue, 4 Feb 2025 00:31:05 +0100 Subject: [PATCH] fix: skip auto increment for cassandra --- integration-tests/engines.js | 1 + 1 file changed, 1 insertion(+) diff --git a/integration-tests/engines.js b/integration-tests/engines.js index 89997992c..795a5675d 100644 --- a/integration-tests/engines.js +++ b/integration-tests/engines.js @@ -623,6 +623,7 @@ const cassandraEngine = { skipUnique: true, skipIndexes: true, skipOrderBy: true, + skipAutoIncrement: true, useTextTypeForStrings: true, // objects: [],