From 2f4959e25c704e8b6e6fb161867a8d4c45b487f9 Mon Sep 17 00:00:00 2001 From: othercorey Date: Fri, 30 May 2025 21:55:52 -0500 Subject: [PATCH 1/2] Add notes for Query::hint() --- en/appendices/5-3-migration-guide.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/en/appendices/5-3-migration-guide.rst b/en/appendices/5-3-migration-guide.rst index 3e944f1e73..d16ee2b144 100644 --- a/en/appendices/5-3-migration-guide.rst +++ b/en/appendices/5-3-migration-guide.rst @@ -58,6 +58,7 @@ Console Database -------- +- Added ``Query::hint()`` which accepts an engine-specific optimizer hint. - Added ``Query::getDriver()`` helper which returns the ``Driver`` for the current connection role by default. From 19f846ebf0ec45d0454d6967769322be86b8ff4a Mon Sep 17 00:00:00 2001 From: othercorey Date: Sat, 31 May 2025 11:26:27 -0500 Subject: [PATCH 2/2] Update 5-3-migration-guide.rst --- en/appendices/5-3-migration-guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/appendices/5-3-migration-guide.rst b/en/appendices/5-3-migration-guide.rst index ac8a76cb1c..48d04bfc7e 100644 --- a/en/appendices/5-3-migration-guide.rst +++ b/en/appendices/5-3-migration-guide.rst @@ -58,7 +58,7 @@ Console Database -------- -- Added ``Query::hint()`` which accepts an engine-specific optimizer hint. +- Added ``Query::optimizerHint()`` which accepts engine-specific optimizer hints. - Added ``Query::getDriver()`` helper which returns the ``Driver`` for the current connection role by default.