Projekt

Allgemein

Profil

GX-Bug #70343

Von Tobias Schindler vor mehr als 1 Jahr aktualisiert

The Doctrine Query Builder throws an exception in the `AfterbuyCronjobTask` because the `::or` + `::and` method are is used. 

 Depending on the version of the Doctrine DBAL library, the QueryBuilder may throw an exception when using the `::or` or `::and` methods. method. It is safer to build the WHERE statement of the query as a string since it works this way under all versions of the Doctrine DBAL library.

Zurück