We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7611c41 commit ee6d595Copy full SHA for ee6d595
reference/configuration/doctrine.rst
@@ -109,7 +109,9 @@ The following block shows all possible configuration keys:
109
version).
110
111
If you are running a MariaDB database, you must prefix the ``server_version``
112
- value with ``mariadb-`` (e.g. ``server_version: mariadb-10.4.14``).
+ value with ``mariadb-`` (e.g. ``server_version: mariadb-10.4.14``). This will
113
+ change in Doctrine DBAL 4.x, where you must define the version as output by
114
+ the server (e.g. ``10.4.14-MariaDB``).
115
116
Always wrap the server version number with quotes to parse it as a string
117
instead of a float number. Otherwise, the floating-point representation
0 commit comments