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
initializer: add RegisterWithSource to allow pass in dataSourceName to sql.Open (#42)
Adds an initializing function RegisterWithSource that allows
the dataSourceName to be passed into database/sql.Open.
This option is important for backends such as
goracle and godor, lest they return an initialization error.
Fixes#41
0 commit comments