The exception occurs because of PostgreSQL’s limit of 32767 bind variables per statement.
As a possible workaround try to split your large query into smaller ones.
The exception occurs because of PostgreSQL’s limit of 32767 bind variables per statement.
As a possible workaround try to split your large query into smaller ones.