-
Notifications
You must be signed in to change notification settings - Fork 39
Closed
Labels
bugSomething isn't workingSomething isn't workingtriage doneIssues that are triaged by dev team and are in investigation.Issues that are triaged by dev team and are in investigation.
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
bugSomething isn't workingSomething isn't workingtriage doneIssues that are triaged by dev team and are in investigation.Issues that are triaged by dev team and are in investigation.