You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pg Client: fail cleanly when number of params exceeds limit (#1376)
See 1142
When the number of params exceeds the limit, Postgres successfully prepares the query but returns a number of expected equal to (actual - max - 1).
Then the client reports a strange message like:
"The number of parameters to execute should be consistent with the expected number of parameters = [64464] but the actual number is [130000]."
With this change, an explicit error message is reported.
Signed-off-by: Thomas Segismont <[email protected]>
0 commit comments