Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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