-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Custom Driver Options in DSN URL #5293
Copy link
Copy link
Closed as not planned
Labels
Description
This is a question.
Based on https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#custom-driver-options driverOptions can be used to specify driver specific options.
For MSSQL I need to specify TrustServerCertificate=1. How can I specify such option in DSN URL so it is parsed correctly to driverOptions array?
Reactions are currently unavailable