Skip to content

Commit ee6d595

Browse files
committed
[Doctrine] Warn about DBAL 4.x changes for MariaDB connection
1 parent 7611c41 commit ee6d595

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

reference/configuration/doctrine.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,9 @@ The following block shows all possible configuration keys:
109109
version).
110110

111111
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``).
112+
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``).
113115

114116
Always wrap the server version number with quotes to parse it as a string
115117
instead of a float number. Otherwise, the floating-point representation

0 commit comments

Comments
 (0)