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
Not sure this issue has been moved to the correct place. It's an issue with a Framework file, and the project that surfaced the issue isn't using the MSSQL module, so is unrelated.
What I think PDOConnector needs is a plugin system so that third party modules can inject connection string patterns. This can be a core as well as connector module fix.
@flashbackzoo commented on Tue Aug 23 2016
Using:
Connecting to a remote Microsoft SQL Server throws this error
Setting
$options
tonull
(like I have commented out in the screenshot) fixes the issue.Would you accept a pull request which conditionally sets
$options
tonull
if the driver isdblib
?@dhensby commented on Thu Sep 01 2016
I guess so... @tractorcow?
The text was updated successfully, but these errors were encountered: