Skip to content

Commit

Permalink
Merge pull request #7915 from cakephp/ADmad-patch-1
Browse files Browse the repository at this point in the history
Add info about cakephp/cakephp#17886
  • Loading branch information
markstory authored Sep 13, 2024
2 parents 96f5a93 + 611026b commit 7a7d5b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions en/appendices/5-1-migration-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,9 @@ ORM
- Setting the ``preserveKeys`` option on association finder queries. This can be
used with ``formatResults()`` to replace association finder results with an
associative array.
- SQLite columns with names containing ``json`` can now be mapped to ``JsonType``.
This is currently an opt-in feature which is enabled by setting the ``ORM.mapJsonTypeForSqlite``
configure value to ``true`` in your app.

TestSuite
---------
Expand Down

0 comments on commit 7a7d5b9

Please sign in to comment.