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.
2 parents a9ae850 + 55ef7f8 commit 9f24ecbCopy full SHA for 9f24ecb
UPGRADE.md
@@ -919,6 +919,13 @@ The following methods have been removed.
919
| `QueryCacheProfile` | `setResultCacheDriver()` | `setResultCache()` |
920
| `QueryCacheProfile` | `getResultCacheDriver()` | `getResultCache()` |
921
922
+# Upgrade to 3.8
923
+
924
+## Deprecated getting query parts from `QueryBuilder`
925
926
+The usage of `QueryBuilder::getQueryPart()` and `::getQueryParts()` is deprecated. The query parts
927
+are implementation details and should not be relied upon.
928
929
# Upgrade to 3.6
930
931
## Deprecated not setting a schema manager factory
0 commit comments