1. 08 Apr, 2020 1 commit
  2. 21 Mar, 2020 1 commit
  3. 20 Mar, 2020 1 commit
    • Sergei Morozov's avatar
      Made some platform class names reflect the lowest server version they support · bd87aa64
      Sergei Morozov authored
      The `PostgreSqlPlatform`, `SQLAnywherePlatform` and `SQLServerPlatform` classes have been renamed to `PostgreSQL94Platform`, `SQLAnywhere16Platform` and `SQLServer2012Platform` respectively.
      
      When deprecating an old platform version, we can deprecate and later remove a specific class. Otherwise, there's no way to express the deprecation on the class level and the upgrade notes contain sentences like: "`XYZPlatform` and `XYZKeywords` now represent XYZ (version)".
      bd87aa64
  4. 18 Mar, 2020 1 commit
  5. 17 Mar, 2020 1 commit
  6. 07 Oct, 2018 1 commit
  7. 02 Oct, 2018 2 commits
  8. 01 Apr, 2018 1 commit
  9. 03 Jan, 2018 1 commit
  10. 07 Dec, 2017 1 commit
  11. 22 Sep, 2015 1 commit
  12. 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
  13. 30 Apr, 2015 1 commit
  14. 05 Nov, 2014 1 commit
  15. 12 Feb, 2014 2 commits
  16. 05 Jan, 2014 1 commit
  17. 21 Nov, 2013 1 commit
  18. 14 Nov, 2013 6 commits
  19. 12 Nov, 2013 1 commit
  20. 02 Nov, 2013 2 commits