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