buggins / ddbc

DDBC is DB Connector for D language (similar to JDBC)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

support all SQL Server connection parameters

SingingBush opened this issue · comments

although ddbc supports enough common connection parameters to connect to SQL Server there are additional options that are ignored by ddbc and should be implemented. Parameters such as Failover_Partner, Encrypt, andothers.

See: https://learn.microsoft.com/en-us/sql/connect/odbc/dsn-connection-string-attribute?view=sql-server-ver16