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
feature symfony#52720 [Cache] Remove database server version detection (derrabus)
This PR was merged into the 7.0 branch.
Discussion
----------
[Cache] Remove database server version detection
| Q | A
| ------------- | ---
| Branch? | 7.0
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues | N/A
| License | MIT
Our DoctrineDbalAdapter is currently sniffing for the database server version to implement workarounds for very old database servers:
* SQL Server before 2008: DBAL 3 does not support older SQL server releases than this one.
* Postgres before 9.5: Postgres 9.5 has been released in Jan 2016, it predecessor 9.4 is EOL since Feb 2020.
I think it's fair to not support those old releases anymore at this point.
Commits
-------
842c3c2 [Cache] Remove database server version detection
0 commit comments