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
There are two general ways we are considering supporting non-DSN opens.
The current CL has a Connector that is separate from the driver instance. I have a suspicion that it might be better to have the Connector be part of the Driver interface (see the CL comments).
Your feedback on this issue, CL, or the Go issue would be appreciated.
The text was updated successfully, but these errors were encountered:
Related Issue: golang/go#20268
CL: https://go-review.googlesource.com/c/53430
There are two general ways we are considering supporting non-DSN opens.
The current CL has a Connector that is separate from the driver instance. I have a suspicion that it might be better to have the Connector be part of the Driver interface (see the CL comments).
Your feedback on this issue, CL, or the Go issue would be appreciated.
The text was updated successfully, but these errors were encountered: