You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug #42035 [Messenger] Fix use_notify default value for PostgreSqlConnection (tgalopin)
This PR was merged into the 5.2 branch.
Discussion
----------
[Messenger] Fix use_notify default value for PostgreSqlConnection
| Q | A
| ------------- | ---
| Branch? | 5.2
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | -
| License | MIT
| Doc PR | -
I tried to use the use_notify in my DSN with Doctrine and stumbled upon an error. I investigated and from what I see, the option isn't allowed in a DSN due to this line missing in the PostgreSqlConnection class.
Commits
-------
b2aad4f Fix use_notify default value for PostgreSqlConnection
0 commit comments