fix(Postgres Node): Fix automatic column mapping (#7121)

NODE-757
This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2023-09-06 16:32:50 +02:00
committed by GitHub
parent 36a8e911e6
commit 92af1314fe
4 changed files with 11 additions and 11 deletions

View File

@@ -162,7 +162,7 @@ export async function execute(
db: PgpDatabase,
): Promise<INodeExecutionData[]> {
items = replaceEmptyStringsByNulls(items, nodeOptions.replaceEmptyStrings as boolean);
const nodeVersion = nodeOptions.typeVersion as number;
const nodeVersion = nodeOptions.nodeVersion as number;
let schema = this.getNodeParameter('schema', 0, undefined, {
extractValue: true,