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
Introduce new getter for prepared result col specs
Current getter (`get_result_set_col_specs`) always returns columns based
on initial result metadata (which can be stale), and this unfortunately
can't be changed due to backwards compatibility.
New getter is introduced: `get_current_result_set_col_specs` which
always uses latest metadata. The only caller of old getter (some
integration test) is adjusted.
0 commit comments