1. 03 Sep, 2015 1 commit
    • 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
  2. 24 Aug, 2015 1 commit
  3. 23 Aug, 2015 3 commits
  4. 21 Aug, 2015 6 commits
  5. 20 Aug, 2015 1 commit
  6. 13 Aug, 2015 2 commits
  7. 10 Aug, 2015 1 commit
  8. 09 Aug, 2015 1 commit
  9. 03 Aug, 2015 1 commit
  10. 29 Jul, 2015 4 commits
  11. 23 Jul, 2015 2 commits
  12. 16 Jul, 2015 4 commits
  13. 15 Jul, 2015 3 commits
  14. 14 Jul, 2015 1 commit
    • Jon Goodger's avatar
      Fix call on non-object in ping() with PDO wrapper · 58956315
      Jon Goodger authored
      Fixes an issue when calling `ping()` where `$this->platform` is null. Happened to me because using the `'pdo'` param bypasses the `connect()` method and the platform is never set without explicitly calling the method.
      
      Not sure if this is the most elegant way to deal with this but it worked enough for my purposes so I figured I should submit a PR.
      58956315
  15. 04 Jul, 2015 1 commit
  16. 26 Jun, 2015 1 commit
  17. 22 Jun, 2015 1 commit
  18. 18 Jun, 2015 6 commits