fix(Postgres Node): Allow passing in arrays to JSON columns for insert (#12452)

This commit is contained in:
Dana
2025-01-08 10:41:51 +01:00
committed by GitHub
parent 2c72047d0b
commit 9dd068632b
5 changed files with 185 additions and 10 deletions

View File

@@ -43,6 +43,7 @@ export async function router(this: IExecuteFunctions): Promise<INodeExecutionDat
items,
options,
db,
pgp,
);
break;
default: