db
db copied to clipboard
[Refactoring todo] Remove retryHandler from current implementation
In current implementation we have retryHandler in function internalExecute.
Retry - is responsibility of user.
Need remove this code from Command.php
is Retry for purpose of DeadLock or etc ? if yes , it's good thing to implement it in any approach
In current implementation - retryHandler may be using for all sql queries.
will not be decided