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
store: Take ownership of self in CopyConnection.copy_data
This ensures that `copy_data` can't be called more than once on any
instance; when copying encounters an error, it might leave the
CopyConnection in an inconsistent state and should therefore not be reused
0 commit comments