Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix
Expression
string casting (#46137)
The `Expression` class no longer provides a `__toString()` method, so we cannot cast it to a string here. We'll now use the `->getValue()` method and pass the current database connection's query grammar. #44784
- Loading branch information