Skip to content

Commit

Permalink
Merge pull request #5555 from derrabus/bugfix/wording
Browse files Browse the repository at this point in the history
Fix upgrade note
  • Loading branch information
morozov committed Jul 31, 2022
2 parents 4b75526 + 7b0d5d0 commit 252f7ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UPGRADE.md
Expand Up @@ -11,7 +11,7 @@ awareness about deprecated code.
## Deprecated `QueryBuilder` methods and constants.

1. The `QueryBuilder::getState()` method has been deprecated as the builder state is an internal concern.
2. Relying on the type of the query being built is deprecated by using `QueryBuilder::getType()` has been deprecated.
2. Relying on the type of the query being built by using `QueryBuilder::getType()` has been deprecated.
If necessary, track the type of the query being built outside of the builder.

The following `QueryBuilder` constants related to the above methods have been deprecated:
Expand Down

0 comments on commit 252f7ef

Please sign in to comment.