We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3db8f06 commit 256ab06Copy full SHA for 256ab06
1 file changed
user_guide_src/source/installation/upgrade_471.rst
@@ -34,6 +34,18 @@ Breaking Changes
34
Breaking Enhancements
35
*********************
36
37
+Database Connection Property Casting
38
+======================================
39
+
40
+``BaseConnection`` now casts string values coming from ``.env`` overrides to match
41
+the declared type of each connection property. This affects properties that are
42
+``null`` in the config array and then set via ``.env`` - such as SQLite3's
43
+``synchronous`` or ``busyTimeout`` - which previously arrived as strings and were
44
+stored without conversion.
45
46
+If you extended the SQLite3 handler, review your custom typed properties and update
47
+them if needed.
48
49
*************
50
Project Files
51
0 commit comments