• Tobias Schultze's avatar
    implement method for retrying database queries/transactionse · c0ad1c08
    Tobias Schultze authored
    it is best practice to implement retry logic for transactions that are aborted because of deadlocks or timeouts. this makes such method available inside the DBAL and also add detection for errors where retrying makes sense in the different database drivers
    c0ad1c08
AbstractSQLiteDriver.php 4.21 KB