File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
user_guide_src/source/installation Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,18 @@ Breaking Changes
3434Breaking 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*************
3850Project Files
3951*************
You can’t perform that action at this time.
0 commit comments