search icon indicating copy to clipboard operation
search copied to clipboard

[RFC][Feature][Doctrine] Require usage of the QueryBuilder

Open sstok opened this issue 5 years ago • 1 comments

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.

sstok avatar Oct 11 '20 12:10 sstok

Done for Doctrine ORM. Still needs to be done for the DBAL version.

sstok avatar Jul 26 '21 15:07 sstok