taskain7 commented on PR #3043:
URL: https://github.com/apache/fineract/pull/3043#issuecomment-1468400285

   > 
   
   this setting won't partition the query to separate queries that each have 
65K parameter, it just returns with `PSQLException: PreparedStatement can have 
at most 65,535 parameters`. So we have to manually partition the query 
parameters to smaller chunks to make the queries executable. And also, we 
should respect other DBs as well.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to