ADmad
ADmad
Hmm.. an ORM test which uses unbuffered queries and contains a hasMany assoc. (which cause a new query) fails on mysql with ``` SQLSTATE[HY000]: General error: 2014 Cannot execute queries...
> I tried the same on 4.x and there's no error. Trying to walk through the 4.x code I haven't been able to figure out why the same error doesn't...
This is ready for another round of review. If associations which require additional queries are contained then even for unbuffered queries all results will be pre-fetched since MySQL doesn't allow...
@nicosp Can you please try out this branch and provide feedback whether it restores support for your use case?
I was hoping to add some more tests but have been quite busy and won't be able to get to it anytime soon. So if we are happy with the...
> Do you have an idea what kind of tests you wanted? Haven't got around to even that yet :). It's just that there's currently only 1 ORM test with...
Someone needs to check why MySQL is not accessible for the GA.
> Someone needs to check why MySQL is not accessible for the GA. Ubuntu 22.04 has MySQL 8, so using docker to get the latest image, to test stuff like...
> If we supported multiple versions, then we might want to keep the wait loop. Let's keep things simple, we can switch back to using docker if/when needed.
> I am concerned about adding too many built-in functions that are supported by a single db engine only. I share the same concern.