ORM${Prisma.join(inserts)} is replaced with the full list of parameters in the form of ($1::timestamp, $2, $3, $4::jsonb), ($5::timestamp, $6, $7, $8::jsonb) ..., and the param list simply contains all the actual data - just as expected${Prisma.join(inserts)} is replaced with just one parameter $1, and params contains an object, where the actual parameters are stored in values, accompanied with the filler strings in strings. example: Raw query failed. Code: '42601' . Message: ERROR: syntax error at or near "$1"