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
connectionString is a URL, so it should be treated as such. regex didn't
handle more complex cases (such as "-" in the name of database).
And while it is possible to tweak regex for greater compatibility, using
actual URL-object guarantees proper result in ALL cases.
#434
0 commit comments