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 497abbf commit 5ba4108Copy full SHA for 5ba4108
en/appendices/5-0-migration-guide.rst
@@ -301,6 +301,8 @@ Core
301
Database
302
--------
303
304
+- ``ConnectionManager`` now supports read and write connection roles. Roles can be configured
305
+ with ``read`` and ``write`` keys in the connection config that override the shared config.
306
- ``Query::all()`` was added which runs result decorator callbacks and returns a result set for select queries.
307
- ``Query::comment()`` was added to add a SQL comment to the executed query. This makes it easier to debug queries.
308
- ``EnumType`` was added to allow mapping between PHP backed enums and a string or integer column.
0 commit comments