Closed keithbrink closed 1 year ago
Patch coverage: 100.00
% and project coverage change: +0.03
:tada:
Comparison is base (
ad94c82
) 66.88% compared to head (2302d35
) 66.92%.
:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
I think the configuration here follows the keys from https://www.doctrine-project.org/projects/doctrine-dbal/en/current/reference/configuration.html, not sure if should rename this setting, as Laravel is never involved anyway. Does the other keys match laravel settings?
@eigan Yeah, the other keys are following Laravel's key names:
dbname -> database user -> username
Thanks!
Continuing with #260, this provides support for setting driver options on all connection drivers.
This also aligns the setting with Laravel's setting, using "options" in the config rather than "driverOptions" (link).