1. 27 May, 2020 1 commit
  2. 08 Apr, 2020 1 commit
  3. 21 Mar, 2020 1 commit
  4. 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
  5. 18 Mar, 2020 2 commits
  6. 17 Mar, 2020 1 commit
  7. 17 Mar, 2019 2 commits
  8. 07 Oct, 2018 1 commit
  9. 02 Oct, 2018 2 commits
  10. 01 Apr, 2018 1 commit
  11. 03 Jan, 2018 1 commit
  12. 26 Dec, 2017 1 commit
  13. 11 Sep, 2017 1 commit
  14. 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
  15. 03 Aug, 2015 1 commit
  16. 05 Nov, 2014 1 commit
  17. 12 Feb, 2014 3 commits
  18. 05 Jan, 2014 1 commit
  19. 21 Dec, 2013 1 commit
  20. 18 Dec, 2013 1 commit
  21. 16 Dec, 2013 1 commit
  22. 21 Nov, 2013 2 commits
  23. 14 Nov, 2013 2 commits
  24. 13 Nov, 2013 2 commits
  25. 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
  26. 20 Apr, 2013 1 commit
  27. 19 Apr, 2013 1 commit
  28. 29 Dec, 2011 1 commit
  29. 11 Aug, 2011 2 commits
  30. 24 Jul, 2011 1 commit
  31. 30 May, 2009 1 commit