Patrick "PJ" Conroy

Results 7 comments of Patrick "PJ" Conroy
trafficstars

Hm, that actually fails with ``` Notice: Undefined index: foreign_key in cakephp/cakephp/src/ORM/Association/ExternalAssociationTrait.php on line 119 ``` Assuming you're talking about something like this.. ``` public function findGroupedByName(Query $query, array $options...

Digging into that method, when there are neither `formatResults` or a `mapReduce`, `$fetchQuery->all()` is a `Cake\ORM\ResultSet`. If either of those exist, `$fetchQuery->all()` is a `Cake\Datasource\ResultSetDecorator`. `toArray()`ing on that doesn't give...

Hi @lorenzo, do you think this is a fixable thing? Or should I assume it's not possible to contain tables which format results in a non-normal way?

Messing around, this returns the results as expected, but I don't know if there's something else that could make it happen. That is_array is there because it needed to check...

Hey guys. I know this is going on two years old, but I just ran into it again. Should the core allow associated results being grouped in whatever way the...

Just pointing out the obvious and not trying to be mean but without this in a monorepo with many workspaces, upgrade-interactive is almost useless. Is there at least a timeline...

If anyone's running into this, just run this with the correct format: ``` \Alchemy\Zippy\Parser\ParserFactory::setZipDateFormat('m-d-Y H:i'); ```