1. 25 May, 2020 1 commit
  2. 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
  3. 04 May, 2020 3 commits
  4. 01 May, 2020 1 commit
  5. 17 Apr, 2020 1 commit
  6. 10 Apr, 2020 1 commit
  7. 16 Jan, 2020 1 commit
  8. 21 Dec, 2019 1 commit
  9. 24 Nov, 2019 1 commit
  10. 20 Nov, 2019 1 commit
  11. 25 Oct, 2019 1 commit
  12. 14 Oct, 2019 1 commit
  13. 07 Oct, 2019 1 commit
  14. 01 Sep, 2019 1 commit
  15. 28 Aug, 2019 1 commit
  16. 26 Aug, 2019 1 commit
  17. 23 Aug, 2019 1 commit
  18. 07 Aug, 2019 1 commit
  19. 26 Jun, 2019 1 commit
  20. 30 May, 2019 1 commit
  21. 24 May, 2019 1 commit
    • Sergei Morozov's avatar
      Deprecated Driver::getName() · 4074ae93
      Sergei Morozov authored
      The method is not used for anything else than skipping tests for specific drivers. Cross-driver portability should be established by drivers, not outside of them based on their name.
      4074ae93
  22. 22 May, 2019 2 commits
  23. 23 Apr, 2019 2 commits
  24. 18 Apr, 2019 1 commit
  25. 14 Apr, 2019 1 commit
  26. 17 Mar, 2019 1 commit
  27. 27 Feb, 2019 1 commit
  28. 23 Feb, 2019 1 commit
    • Sergei Morozov's avatar
      Marked some test classes abstract · b0ed680f
      Sergei Morozov authored
      1. SchemaManagerFunctionalTestCase can be run only via an extending class. Otherwise, it skips all tests. If the test case is represented as an abstract class, PhpStorm will offer a choise of concrete classes which is very handy when debugging test failures.
      2. DbalFunctionalTestCase and DbalPerformanceTestCase are meant to be used as base classes and don't contain any tests.
      b0ed680f
  29. 03 Feb, 2019 2 commits
  30. 06 Jan, 2019 1 commit
  31. 30 Dec, 2018 1 commit
  32. 17 Dec, 2018 1 commit
  33. 14 Dec, 2018 1 commit
  34. 07 Dec, 2018 2 commits