1. 30 Apr, 2020 1 commit
    • Guilherme Blanco's avatar
      Segregated support of unique index and unique constraint. Added missing... · 204c4c70
      Guilherme Blanco authored
      Segregated support of unique index and unique constraint. Added missing commits: 400d73c8a1e4f53459a877c8652811ee22c0913b, e91811cb3fe3101d7d8ac95c45f8bc1ba9bd913a, a4ecf053186b11bc31fbff79ef36248500383908, d7d1c397a35735383b34632d3a67bbc3a3371a45, c71b3ae0425e5c039b047825dbf8351a773e6785, 2f9da39ec645b54d08c95649c99d7b87a32bdc72 and 9aa4e79aab0477b4212b01d65de53193d9559e39
      204c4c70
  2. 08 Apr, 2020 5 commits
  3. 21 Mar, 2020 3 commits
  4. 26 Aug, 2019 1 commit
  5. 07 Aug, 2019 1 commit
  6. 30 May, 2019 1 commit
  7. 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
  8. 23 Apr, 2019 1 commit
  9. 18 Apr, 2019 1 commit
  10. 17 Mar, 2019 1 commit
  11. 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
  12. 03 Feb, 2019 1 commit
  13. 08 Nov, 2018 1 commit
  14. 28 Sep, 2018 2 commits
  15. 11 May, 2018 1 commit
  16. 01 May, 2018 1 commit
  17. 30 Apr, 2018 1 commit
  18. 01 Apr, 2018 1 commit
  19. 29 Mar, 2018 1 commit
  20. 29 Jan, 2018 1 commit
  21. 04 Jan, 2018 2 commits
  22. 03 Jan, 2018 1 commit
  23. 02 Jan, 2018 1 commit
  24. 01 Jan, 2018 7 commits
  25. 26 Dec, 2017 1 commit
  26. 06 Dec, 2017 1 commit
    • Grégoire Paris's avatar
      Trigger a deprecation on unknown option · 0241134e
      Grégoire Paris authored
      I am not sure if there is a rationale behind ignoring extra keys like
      this. I was under the impression that something might copy options to
      platform specific options, thus leaving options in the original array,
      knowing they would be ignored anyway. If it is the case, it would be
      best to just move them, otherwise, this commit might help troubleshoot
      some mapping issues.
      I had to fix some tests that wrongly used that options array (maybe
      these options were valid at some point?).
      0241134e