Marko H. Tamminen

Results 6 issues of Marko H. Tamminen

Fixes issue #209. Format is simply dotted notation, eg. ``` ``` Note that the table inherited must extend \BaseObject

This fixes issue #885 Oracle and Postgres (at least) don't like to have quoted alias when trying to group by them. This fix gets around the issue by quoting only...

Fixes an issue with PHP 7.2 and count()

This fixes the unquoted parameter references in yml files and removes reference to one missing class.

When using Twig from CLI there is of course no request in the stack and this causes a null reference issue. This PR fixes the issue.

Issue is caused by the Twig extension trying to fetch the current request from the RequestStack. Obviously there is none in Console and the code breaks down. I made a...