Skip to content

Commit

Permalink
Document change in cakephp/cakephp#18098
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Dec 23, 2024
1 parent fa5980e commit 88a5dc3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions en/appendices/6-0-migration-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ deprecation warnings.
Behavior Changes
================

- All datasource connections require the ``username``, ``password`` and
``database`` keys as default values have been removed to prevent accidental
privileged user usage.
- The ``ORM.mapJsonTypeForSqlite`` configuration option has been removed. The
SQLite adapter will map all columns with ``json`` in their names to the
``JsonType`` by default.

0 comments on commit 88a5dc3

Please sign in to comment.