1. 03 Feb, 2019 1 commit
  2. 02 Oct, 2018 3 commits
  3. 01 Apr, 2018 1 commit
  4. 25 Jul, 2017 1 commit
  5. 13 Aug, 2015 1 commit
  6. 19 Dec, 2014 1 commit
  7. 18 Aug, 2014 2 commits
  8. 22 Dec, 2013 1 commit
  9. 04 Oct, 2013 1 commit
    • flip111's avatar
      Added default namespace when no schema support · ea025473
      flip111 authored
      The current implementation uses the schema name as namespace name.
      Some platforms don't support schema's, but a namespace name still needs to
      be present. Added namespace name 'default' when there is no default schema
      name.
      ea025473
  10. 01 Oct, 2013 1 commit
  11. 27 Sep, 2013 1 commit
  12. 23 Sep, 2013 1 commit
  13. 18 Sep, 2013 1 commit
  14. 09 Aug, 2013 3 commits
  15. 06 Aug, 2013 1 commit
  16. 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
  17. 27 Feb, 2013 1 commit
  18. 25 May, 2012 1 commit
  19. 02 Apr, 2012 2 commits
  20. 19 Dec, 2011 1 commit
  21. 14 Dec, 2011 1 commit
  22. 17 Nov, 2010 1 commit
  23. 05 Mar, 2010 1 commit
  24. 07 Feb, 2010 1 commit
  25. 03 Dec, 2009 1 commit
  26. 02 Dec, 2009 2 commits
  27. 30 Nov, 2009 1 commit
  28. 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
  29. 27 Nov, 2009 1 commit
  30. 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