Ebean – Dynamic Query – Prepared Statement’s Mismatched Parameter Count Error
I’ve seen something similar (on DB2) using prepared statements. Querties only worked for the number of parameters the first statement executed had. Only the number of parameters it had the first time it was invoked or less would work. It probably set aside a buffer for the parameters – I believe it acted like the … Read more