Aktionen
GX-Bug #70343
geschlossenAfterbuy - Doctrine QueryBuilder throws an exception when using the `::or + `::and`` method
Status:
Erledigt
Priorität:
Dringend
Zugewiesen an:
Alexandre Ataides
Kategorie:
Afterbuy
Zielversion:
% erledigt:
0%
Geschätzter Aufwand:
Steps to reproduce:
Betroffene Versionen:
4.7.2.3
Release Notes Langtext:
Afterbuy Kompatibilität Fix für Cloudshops
Beschreibung
The Doctrine Query Builder throws an exception in the AfterbuyCronjobTask
because the ::or
+ ::and
method are used.
Depending on the version of the Doctrine DBAL library, the QueryBuilder may throw an exception when using the ::or
or ::and
methods. 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.
Aktionen