terminal42 / contao-leads

Leads extension for Contao Open Source CMS; Store and manage form data with ease!
GNU Lesser General Public License v3.0
35 stars 24 forks source link

Fix query for grouped columns in AbstractExporter #138

Closed rabauss closed 1 year ago

rabauss commented 1 year ago

Without the ff.label in the GROUP BY of the query you will get the following error: An exception occurred while executing a query: SQLSTATE[42000]: Syntax error or access violation: 1055 'xxx.ff.label' isn't in GROUP BY"

aschempp commented 1 year ago

Thank you @rabauss