Skip to content

Commit d0a676a

Browse files
committed
[FOLLOWUP] Add note to upgrade section
1 parent 0e288d6 commit d0a676a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Documentation/Installation/Index.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,8 @@ This will affect your existing configuration if you used the :code:`uri` paramet
2828
to define your database connections. **There is no backward compatibility**.
2929
Please check the :ref:`Configuration chapter <configuration>` to check which
3030
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

Comments
 (0)