1. 05 Jul, 2020 1 commit
  2. 02 Jul, 2020 1 commit
  3. 28 Jun, 2020 2 commits
  4. 26 Jun, 2020 1 commit
  5. 17 Jun, 2020 1 commit
  6. 27 May, 2020 1 commit
  7. 08 Apr, 2020 1 commit
  8. 21 Mar, 2020 1 commit
  9. 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
  10. 18 Mar, 2020 2 commits
  11. 17 Mar, 2020 1 commit
  12. 17 Mar, 2019 2 commits
  13. 07 Oct, 2018 1 commit
  14. 02 Oct, 2018 2 commits
  15. 01 Apr, 2018 1 commit
  16. 03 Jan, 2018 1 commit
  17. 26 Dec, 2017 1 commit
  18. 11 Sep, 2017 1 commit
  19. 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
  20. 03 Aug, 2015 1 commit
  21. 05 Nov, 2014 1 commit
  22. 12 Feb, 2014 3 commits
  23. 05 Jan, 2014 1 commit
  24. 21 Dec, 2013 1 commit
  25. 18 Dec, 2013 1 commit
  26. 16 Dec, 2013 1 commit
  27. 21 Nov, 2013 2 commits
  28. 14 Nov, 2013 2 commits
  29. 13 Nov, 2013 2 commits
  30. 21 Jun, 2013 1 commit
    • Benjamin Morel's avatar
      Fixed documentation. · f0eaaf6f
      Benjamin Morel authored
      - Fixed docblocks
      - Removed return statements on void methods
      - Cleaned up unused private / local variables
      - Fixed license issues
      - Removed SVN leftovers
      - Fixed doctrine-project.org links
      - Added line breaks before return statements
      f0eaaf6f
  31. 20 Apr, 2013 1 commit