We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e288d6 commit d0a676aCopy full SHA for d0a676a
Documentation/Installation/Index.rst
@@ -28,3 +28,8 @@ This will affect your existing configuration if you used the :code:`uri` paramet
28
to define your database connections. **There is no backward compatibility**.
29
Please check the :ref:`Configuration chapter <configuration>` to check which
30
parameters can be used instead.
31
+
32
+A smaller breaking change is that the `fetchMode` parameter now uses directly
33
+a PHP constant (or its equivalent value). Before version 2.2.0, the constant
34
+was used as a string and interpreted by the service using :code:`constant()`.
35
+You need to adapt your configuration accordingly.
0 commit comments