Val Bancer
Val Bancer
I think you misunderstood. There is no need to create SQL parser in order to record what migration file was executed, when and by whom. Please take a look at...
@shlomi-noach Could this be merged?
Understood. I tried to set up tests but faced the same problem as reported in [this](https://github.com/github/gh-ost/issues/425) issue. Are there any instructions or recommendations how to configure gh-ost-test-mysql-master and gh-ost-test-mysql-replica servers?...
I have not tested it with 4.x yet but I believe it is compatible.
I did a quick testing with CakePHP 4.2.10. It is compatible.
Well, FormHelper is the only CakePHP class that I use and it is not very different between 3.x and 4.x (in terms of signatures of public methods). If signatures of...
> Sorry, that's not good enough. You need to run the testsuite with CakePHP 4 as part of your CI setup. That would mean that many assertions would need to...
@ndm2 Thanks but I can't find `clearResult()` method. Maybe `count()` should also make the query dirty? Otherwise `count()` (and any method that executes the query) could set a boolean flag...
In my opinion updating documentation is not enough. The present behavior is not intuitive and it is too easy to introduce a bug in the application code because of that.