Skip to content

Commit 93828ee

Browse files
authored
Add info about cakephp/cakephp#17886
1 parent 96f5a93 commit 93828ee

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+
- The ORM can now map SQLite columns with name containing ``json`` to ``JsonType``.
153+
This currently an opt-in feature which can be enabled by setting the ``ORM.mapJsonTypeForSqlite``
154+
configure value to ``true`` in your app's bootstrap.
152155

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

0 commit comments

Comments
 (0)