1. 21 Mar, 2020 2 commits
  2. 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
  3. 20 Nov, 2019 1 commit
  4. 03 Aug, 2019 1 commit
  5. 30 May, 2019 1 commit
  6. 14 Apr, 2019 1 commit
  7. 17 Mar, 2019 1 commit
  8. 28 Sep, 2018 1 commit
  9. 06 Apr, 2018 1 commit
  10. 08 Dec, 2017 1 commit
    • Grégoire Paris's avatar
      Improve deprecation wording · 4256d176
      Grégoire Paris authored
      People that are starting a new project will immediately know what this
      is about, but people upgrading doctrine might get a lot of these and
      should have a better clue regarding what this is about.
      4256d176
  11. 07 Dec, 2017 1 commit
  12. 06 Dec, 2017 1 commit
    • Grégoire Paris's avatar
      Trigger a deprecation on unknown option · 0241134e
      Grégoire Paris authored
      I am not sure if there is a rationale behind ignoring extra keys like
      this. I was under the impression that something might copy options to
      platform specific options, thus leaving options in the original array,
      knowing they would be ignored anyway. If it is the case, it would be
      best to just move them, otherwise, this commit might help troubleshoot
      some mapping issues.
      I had to fix some tests that wrongly used that options array (maybe
      these options were valid at some point?).
      0241134e
  13. 09 Sep, 2017 2 commits
  14. 18 Jan, 2015 1 commit
  15. 02 Sep, 2014 1 commit
  16. 02 May, 2014 1 commit
  17. 13 Dec, 2011 1 commit
  18. 19 Feb, 2011 1 commit
  19. 18 Feb, 2011 1 commit
  20. 17 Nov, 2010 1 commit
  21. 11 Jun, 2010 1 commit
  22. 20 Jan, 2010 1 commit
  23. 06 Dec, 2009 1 commit
  24. 27 Nov, 2009 1 commit
  25. 26 Nov, 2009 1 commit
    • beberlei's avatar
      [2.0] - DDC-169 - Began refactoring of DBAL code, introduced object notation... · 22cfa37f
      beberlei authored
      [2.0] - DDC-169 - Began refactoring of DBAL code, introduced object notation for a database schema, including Tables, Indexes, Constraints, Sequences and Columns. Added a CreateSql Visitor which transforms a schema object graph into the required SQL statements to create it. Next: Replacing SchemaTool::getCreateSql() with new syntax...
      22cfa37f