Skip to content

Commit 256ab06

Browse files
committed
add upgrade notes
1 parent 3db8f06 commit 256ab06

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

user_guide_src/source/installation/upgrade_471.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,18 @@ Breaking Changes
3434
Breaking Enhancements
3535
*********************
3636

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+
3749
*************
3850
Project Files
3951
*************

0 commit comments

Comments
 (0)