Skip to content

Commit 9f24ecb

Browse files
committed
Merge branch '3.8.x' into 4.0.x
* 3.8.x: Deprecate getting query parts from QueryBuilder
2 parents a9ae850 + 55ef7f8 commit 9f24ecb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

UPGRADE.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -919,6 +919,13 @@ The following methods have been removed.
919919
| `QueryCacheProfile` | `setResultCacheDriver()` | `setResultCache()` |
920920
| `QueryCacheProfile` | `getResultCacheDriver()` | `getResultCache()` |
921921

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+
922929
# Upgrade to 3.6
923930

924931
## Deprecated not setting a schema manager factory

0 commit comments

Comments
 (0)