Skip to content

Commit 7a7d5b9

Browse files
authored
Merge pull request #7915 from cakephp/ADmad-patch-1
Add info about cakephp/cakephp#17886
2 parents 96f5a93 + 611026b commit 7a7d5b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

en/appendices/5-1-migration-guide.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,9 @@ ORM
149149
- Setting the ``preserveKeys`` option on association finder queries. This can be
150150
used with ``formatResults()`` to replace association finder results with an
151151
associative array.
152+
- SQLite columns with names containing ``json`` can now be mapped to ``JsonType``.
153+
This is currently an opt-in feature which is enabled by setting the ``ORM.mapJsonTypeForSqlite``
154+
configure value to ``true`` in your app.
152155

153156
TestSuite
154157
---------

0 commit comments

Comments
 (0)