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
Otherwise, the statement can be freed before the LOB can be used.
The strategy used is like how pdo_oci8 does it (hold ref to handle)
and not like pdo_pgsql does it (hold a hashmap of handles).
Related to GH-18
0 commit comments