ADmad
ADmad
TreeBehavior randomly sets an invalid value on lft/rght indices of nodes during unrelated operations
I too have have similar issue with no concurrency.
TreeBehavior randomly sets an invalid value on lft/rght indices of nodes during unrelated operations
Guess we can move it to 4.x.
> Would a Connection have an array of other Connection instances for the roles? Cycle ORM has a `Database` class (which is equivalent to our `Connection`) with multiple drivers. `Database::getDriver()`...
> I'm still not sure what's supposed to happen when you call transactional() on default connection if it has read and write roles. Cycle defaults to [write](https://github.com/cycle/database/blob/b96ecc8fe74cefd92756f7ed579d9bf2c804bbe2/src/Database.php#L254-L257).
@markstory Currently the `Router` holds a single instance of request object. There's no stack, we removed it when we got rid of the "request action" feature. I am not too...
> ...by the way, with this we could deprecated on Router class the methods that will be added to the new class, for instance suggenting to use Router::getContext()->buildUrl() instead of...
Well the options set through engine config are merged with other options and passed to `Mpdf` class constructor. https://github.com/FriendsOfCake/CakePdf/blob/f8b945187877f59030e307c1ab51a3457f7c6b67/src/Pdf/Engine/MpdfEngine.php#L34-L36
No, currently you can only pass options to the vendor class' constructor. There's no way to access the internal vendor class instance of the engine classes, so that you can...
Can't `migration_diff` simply ignore tables for which it doesn't find a class file inside the plugin?
Can't see why people wouldn't want that behavior since that's how snapshot works too. Anyway the behavior could have been made configurable.