Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Too many parameters were provided in this RPC request. The maximum is 2100.?

Tags:

A search query returned this error. I have a feeling its because the in clause is ginormous on a subordinant object, when I'm trying to ORM the other object.

Apparently in clauses shouldn't be built 1 parameter at a time. Thanks ibatis.

like image 676
DevelopingChris Avatar asked Jun 22 '09 17:06

DevelopingChris


1 Answers

Your best bet is to revise your application to pass less than 2100 parameters to the stored procedure. This is a DBMS limit that can't be raised.

like image 120
JP Alioto Avatar answered Sep 22 '22 13:09

JP Alioto