Hi all, i have the following mssql error using gor...
# questions
d
Hi all, i have the following mssql error using gorm criteria:
SQLServerException: The incoming request has too many parameters. The server supports a maximum of 2100 parameters. Reduce the number of parameters and resend the request.
I beleive it is caused by an
inList
where the list passed as parameter may have more than 2100 records. Have anyone experienced this before? Is there a workaround other than using chunks?