From 96db3970ff9a3b6bdfed89c55656785115f318b1 Mon Sep 17 00:00:00 2001 From: Pranav C <61551451+pranavxc@users.noreply.github.com> Date: Tue, 4 Oct 2022 02:03:35 +0530 Subject: [PATCH] fix(api): allow multiple sql statement execution by default --- packages/nocodb/src/lib/utils/common/NcConnectionMgrv2.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/nocodb/src/lib/utils/common/NcConnectionMgrv2.ts b/packages/nocodb/src/lib/utils/common/NcConnectionMgrv2.ts index bb55673cf6..1b44057ec0 100644 --- a/packages/nocodb/src/lib/utils/common/NcConnectionMgrv2.ts +++ b/packages/nocodb/src/lib/utils/common/NcConnectionMgrv2.ts @@ -118,6 +118,7 @@ export default class NcConnectionMgrv2 { ...defaultConnectionOptions, ...connectionConfig, connection: { + multipleStatements: true, ...defaultConnectionConfig, ...connectionConfig.connection, typeCast(_field, next) {