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
minor #19187 Document requirements for DoctrineDbalAdapter (derrabus)
This PR was merged into the 7.0 branch.
Discussion
----------
Document requirements for DoctrineDbalAdapter
Follows symfony/symfony#52720. I've added a block that documents the compatibility with various database engines.
* MySQL 5.7 is the oldest release supported by DBAL 3.
* MariaDB 10.2 is the oldest release supported by DBAL 3.
* The `MERGE` statement that the adapter uses requires Oracle 10g or newer.
* SQL Server 2012 is the oldest release supported by DBAL 3.
* The `INSERT OR REPLACE` statement that we use on SQLite requires PHP to be linked against libsqlite 3.24 or newer.
* The `ON CONFLICT` clause that we use on Postgres was introduced with version 9.5.
Commits
-------
4127633 Document requirements for DoctrineDbalAdapter
0 commit comments