buggins / ddbc

DDBC is DB Connector for D language (similar to JDBC)
78 stars 45 forks source link

support all SQL Server connection parameters #108

Open SingingBush opened 2 years ago

SingingBush commented 2 years ago

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