-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Labels
triage neededFor new issues, not triaged yet.For new issues, not triaged yet.
Description
Describe the bug
A clear and concise description of what the bug is.
If you are seeing an exception, include the full exceptions details (message and stack trace).
The database keyword in connection string is optional. In its absence the client sends an empty database name and server responds with the database which the client was connected to. This default DB has been master.
In _bulkcopy we have a check to error out if the DATABASE in the connection string is not specified.
This needs to be removed.
The impact is that a connection string without database (though rare but possible), allows an ODBC connection, but the same connection string wont allow a bulk copy operation.
Please remove this check.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
triage neededFor new issues, not triaged yet.For new issues, not triaged yet.