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 96f5a93 commit 93828eeCopy full SHA for 93828ee
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
+- 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.
155
156
TestSuite
157
---------
0 commit comments