Browse Source

fix(api): allow multiple sql statement execution by default

feat/oracle-support
Pranav C 2 years ago committed by Pranav C
parent
commit
96db3970ff
  1. 1
      packages/nocodb/src/lib/utils/common/NcConnectionMgrv2.ts

1
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) {

Loading…
Cancel
Save