We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa5980e commit 88a5dc3Copy full SHA for 88a5dc3
1 file changed
en/appendices/6-0-migration-guide.rst
@@ -8,6 +8,9 @@ deprecation warnings.
8
Behavior Changes
9
================
10
11
+- All datasource connections require the ``username``, ``password`` and
12
+ ``database`` keys as default values have been removed to prevent accidental
13
+ privileged user usage.
14
- The ``ORM.mapJsonTypeForSqlite`` configuration option has been removed. The
15
SQLite adapter will map all columns with ``json`` in their names to the
16
``JsonType`` by default.
0 commit comments