Nicos Panayides
Nicos Panayides
> Changing the return type as you suggest won't be backwards compatible if someone has overridden `Table::find()` and using `Cake\ORM\Query` as the return type. You are right. I haven't considered...
@ADmad The problem is that we rely on the cake ORM for some facilities and we would need to re-implement them on PDO. We cannot use pagination because it creates...
> Why can't you buffer the results from the first query? Memory usage is too much to run the first query with buffering enabled (before we even get to the...
@othercorey Let me explain it better: 1. The batch worker is fetching ALL records in a single ORM unbuffered query from the "report" connection. We cannot use any variant of...
Sorry for the lack of progress here. We are currently busy upgrading to CakePHP 5.0. We will resume development after we upgrade to 5.
> @nicosp Can you please try out this branch and provide feedback whether it restores support for your use case? Sure. I will try it in a couple of days....
> @nicosp Can you please try out this branch and provide feedback whether it restores support for your use case? With light testing on a preminary 5.x branch it's working...
I can help with this but I don't want to start working unless there is an agreement. My preference is to simply throw an exception for duplicate names. IMO it's...
@dereuromark Is this ok?
> From my side yes getEx() is maybe still a bit questionable as name but otherwise. I am not sure what's best here. I though about _get but it is...