We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4ff530 commit 611026bCopy full SHA for 611026b
en/appendices/5-1-migration-guide.rst
@@ -149,8 +149,8 @@ ORM
149
- Setting the ``preserveKeys`` option on association finder queries. This can be
150
used with ``formatResults()`` to replace association finder results with an
151
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``
+- 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``
154
configure value to ``true`` in your app.
155
156
TestSuite
0 commit comments