search
search copied to clipboard
[RFC][Feature][Doctrine] Require usage of the QueryBuilder
Description In addition to #289 I propose to remove support for the Query object completely, and require the usage of a QueryBuilder only.
Note: It's still possible to get the generated Where condition and parameters.
But updateQuery() will only handle the usage of a QueryBuilder.
Done for Doctrine ORM. Still needs to be done for the DBAL version.