Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4127633

Browse filesBrowse files
committed
Document requirements for DoctrineDbalAdapter
1 parent 9a03c91 commit 4127633
Copy full SHA for 4127633

File tree

Expand file treeCollapse file tree

1 file changed

+18
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+18
-1
lines changed

‎components/cache/adapters/doctrine_dbal_adapter.rst

Copy file name to clipboardExpand all lines: components/cache/adapters/doctrine_dbal_adapter.rst
+18-1Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,22 @@ optional arguments::
3939
necessary to detect the database engine and version without opening the
4040
connection.
4141

42+
The adapter uses SQL syntax that is optimized for database server that it is connected to.
43+
The following database servers are known to be compatible:
44+
45+
* MySQL 5.7 and newer
46+
* MariaDB 10.2 and newer
47+
* Oracle 10g and newer
48+
* SQL Server 2012 and newer
49+
* SQLite 3.24 or later
50+
* PostgreSQL 9.5 or later
51+
52+
.. note::
53+
54+
Newer releases of Doctrine DBAL might increase these minimal versions. Please check
55+
the manual page on `Doctrine DBAL Platforms`_ if your database server is compatible
56+
with the installed Doctrine DBAL version.
57+
4258
.. _`Doctrine DBAL Connection`: https://github.com/doctrine/dbal/blob/master/src/Connection.php
43-
.. _`Doctrine DBAL URL`: https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url
59+
.. _`Doctrine DBAL URL`: https://www.doctrine-project.org/projects/doctrine-dbal/en/current/reference/configuration.html#connecting-using-a-url
60+
.. _`Doctrine DBAL Platforms`: https://www.doctrine-project.org/projects/doctrine-dbal/en/current/reference/platforms.html

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.