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