1. 05 Jul, 2020 1 commit
  2. 16 Jun, 2020 1 commit
  3. 06 Jun, 2020 1 commit
  4. 06 May, 2020 1 commit
    • Grégoire Paris's avatar
      Use proper check in acceptForeignKey() · f0c1af4b
      Grégoire Paris authored
      Checking that the platform supports foreign key is not the right case
      here, because we should check if we can create them by themselves, after
      the table is created. It is not the case for Sqlite.
      
      Closes #3990
      f0c1af4b
  5. 04 May, 2020 1 commit
  6. 26 Aug, 2019 1 commit
  7. 30 May, 2019 1 commit
  8. 03 Feb, 2019 2 commits
  9. 28 Sep, 2018 2 commits
  10. 01 Apr, 2018 1 commit
  11. 06 Dec, 2017 1 commit
  12. 09 Sep, 2017 2 commits
  13. 30 Jun, 2016 1 commit
  14. 13 Aug, 2015 1 commit
  15. 18 Jan, 2015 1 commit
  16. 18 Aug, 2014 2 commits
  17. 05 May, 2014 3 commits
  18. 02 May, 2014 2 commits
  19. 07 Oct, 2013 2 commits
  20. 01 Oct, 2013 1 commit
  21. 06 Aug, 2013 1 commit
  22. 22 Jan, 2012 1 commit
  23. 21 Jan, 2012 2 commits
  24. 16 Jun, 2011 1 commit
  25. 23 Sep, 2010 1 commit
  26. 12 Jun, 2010 1 commit
  27. 25 Feb, 2010 1 commit
  28. 06 Dec, 2009 1 commit
  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