jweiland-net / events2

With this TYPO3 extension you can organize one, multiple and recurring events.
GNU General Public License v2.0
18 stars 16 forks source link

Grouping events by day fails due to quoting in TYPO3 8.6 #11

Closed julianhofmann closed 7 years ago

julianhofmann commented 7 years ago

The grouping set by \JWeiland\Events2\Domain\Repository\DayRepository::addGroupingToQuery() fails with an exception:

1472074485: Unknown column 'CASE WHEN tx_events2_domain_model_event.event_type != "duration" THEN day ELSE 0 END' in 'group statement'

Tested with TYPO3 8.6.0. Maybe introduction of doctrine changed something

froemken commented 7 years ago

Hello Julian,

I have just pushed a new version to master. I have removed the special grouping because it seems that I don't need that anymore. Further I have removed some old Fluid attributes from Templates.

Would be cool, if you can test the new version, too.

Stefan

julianhofmann commented 7 years ago

Hi Stefan.

Some quick testings could be completed successfully. Seems to work so far. Thank you!

Julian