Skip to content

Commit

Permalink
Document driverOptions for SQL Server connections (#6140)
Browse files Browse the repository at this point in the history
|      Q       |   A
|------------- | -----------
| Type         | improvement
| Fixed issues | none

#### Summary
Add missing information about driverOptions parameter for sqlsrv
connections
  • Loading branch information
patrick1100 authored Aug 28, 2023
1 parent 48d5be7 commit 69cb431
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/en/reference/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ pdo_sqlsrv / sqlsrv
- ``host`` (string): Hostname of the database to connect to.
- ``port`` (integer): Port of the database to connect to.
- ``dbname`` (string): Name of the database/schema to connect to.
- ``driverOptions`` (array): Any supported options found on `https://learn.microsoft.com/en-us/sql/connect/php/connection-options`

ibm_db2
^^^^^^^
Expand Down

0 comments on commit 69cb431

Please sign in to comment.