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
fix(go/adbc/sqldriver): ignore NotImplemented errors for optional transaction options (apache#3759)
This change adds graceful handling for StatusNotImplemented errors when
setting optional transaction features (isolation level and read-only
mode), allowing transactions to work with drivers that don't implement
these optional features.
0 commit comments