From 763c3d95a3691dbd64f11a058831c1c9d66d1fa7 Mon Sep 17 00:00:00 2001 From: othercorey Date: Thu, 29 May 2025 05:12:53 -0500 Subject: [PATCH] Add notes for Query::getDriver() --- en/appendices/5-3-migration-guide.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/en/appendices/5-3-migration-guide.rst b/en/appendices/5-3-migration-guide.rst index 3ae2657571..3e944f1e73 100644 --- a/en/appendices/5-3-migration-guide.rst +++ b/en/appendices/5-3-migration-guide.rst @@ -55,6 +55,12 @@ Console - Added ``TreeHelper`` which outputs an array as a tree such as an array of filesystem directories as array keys and files as lists under each directory. +Database +-------- + +- Added ``Query::getDriver()`` helper which returns the ``Driver`` for the current connection + role by default. + Routing -------