Skip to content

Commit 611026b

Browse files
ADmadothercorey
andauthored
Update en/appendices/5-1-migration-guide.rst
Co-authored-by: othercorey <[email protected]>
1 parent a4ff530 commit 611026b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ 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``
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``
154154
configure value to ``true`` in your app.
155155

156156
TestSuite

0 commit comments

Comments
 (0)