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.
2 parents 96f5a93 + 611026b commit 7a7d5b9Copy full SHA for 7a7d5b9
en/appendices/5-1-migration-guide.rst
@@ -149,6 +149,9 @@ 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
+- 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.
155
156
TestSuite
157
---------
0 commit comments