1. 20 Nov, 2019 1 commit
  2. 03 Feb, 2019 1 commit
  3. 07 Oct, 2018 1 commit
  4. 02 Oct, 2018 3 commits
  5. 06 Apr, 2018 1 commit
  6. 01 Apr, 2018 1 commit
  7. 29 Jan, 2018 1 commit
  8. 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
  9. 07 Dec, 2017 2 commits
  10. 06 Dec, 2017 2 commits
    • Grégoire Paris's avatar
      Remove unused exception · 559ebed9
      Grégoire Paris authored
      559ebed9
    • 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
  11. 25 Jul, 2017 1 commit
  12. 19 Dec, 2014 1 commit
  13. 29 Apr, 2014 1 commit
  14. 17 Apr, 2014 1 commit
  15. 01 Jan, 2014 1 commit
  16. 21 Dec, 2013 1 commit
  17. 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
  18. 25 May, 2012 1 commit
  19. 24 Mar, 2012 1 commit
  20. 29 Dec, 2011 1 commit
  21. 19 Dec, 2011 1 commit
  22. 13 Dec, 2011 1 commit
  23. 06 Apr, 2011 1 commit
  24. 19 Feb, 2011 1 commit
  25. 18 Feb, 2011 1 commit
  26. 04 Dec, 2010 1 commit
  27. 20 Jun, 2010 1 commit
  28. 12 Jun, 2010 1 commit
  29. 11 Jun, 2010 1 commit
  30. 20 Jan, 2010 1 commit
  31. 06 Dec, 2009 1 commit
  32. 05 Dec, 2009 1 commit
  33. 30 Nov, 2009 1 commit
  34. 28 Nov, 2009 1 commit
    • beberlei's avatar
      [2.0] DDC-169 - Savepoint for Refactorings in Schema-Tool - It is now... · 44cc6465
      beberlei authored
      [2.0] DDC-169 - Savepoint for Refactorings in Schema-Tool - It is now generating DDL according to the old and the new mechanisms in parallel. Equality of generation has been verified on Sqlite, Mysql, Oracle. If Postgres is also verified, the old code will be removed in favour of the new one completly.
      44cc6465
  35. 27 Nov, 2009 1 commit
  36. 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