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
The cursors (both pure and c-ext versions) uses a single SELECT query to
retrieve procedure result parameters after a procedure call. However, to
set the input parameters, one SET call is used per parameter.
For any procedures with more than one parameter this results in more
queries than necessary and ultimately the callproc call takes longer.
With this patch just a single SET call is made.
Thank you for the contribution.
Change-Id: Icac72d24638bd465e336033185058577740ca7d6
0 commit comments