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
It's safer to make our own interface function here; Base.close has certain semantics and meaning and we may not want to follow or guarantee the same things. We discovered this in Tables.jl w/ relying on getproperty and propertynames; there might be certain types/scenarios where Base.close is already defined and already has a defined behavior and it's awkward to overload now for DBInterface.
Requiring our own DBInterface.close! lets us avoid any weirdness in all of that.
That seems exactly the right function?
The text was updated successfully, but these errors were encountered: