1. 02 Nov, 2019 3 commits
  2. 01 Sep, 2019 1 commit
  3. 26 Aug, 2019 1 commit
  4. 07 Aug, 2019 1 commit
  5. 30 May, 2019 1 commit
  6. 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
  7. 22 May, 2019 1 commit
  8. 23 Apr, 2019 1 commit
  9. 18 Apr, 2019 1 commit
  10. 14 Apr, 2019 1 commit
  11. 17 Mar, 2019 1 commit
  12. 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
  13. 03 Feb, 2019 1 commit
  14. 06 Jan, 2019 1 commit
  15. 30 Dec, 2018 1 commit
  16. 17 Dec, 2018 1 commit
  17. 07 Dec, 2018 1 commit
  18. 05 Dec, 2018 2 commits
  19. 02 Dec, 2018 1 commit
  20. 30 Nov, 2018 1 commit
  21. 24 Nov, 2018 1 commit
  22. 16 Nov, 2018 1 commit
  23. 08 Nov, 2018 1 commit
  24. 28 Sep, 2018 2 commits
  25. 12 May, 2018 1 commit
    • Sergei Morozov's avatar
      DB2 on Travis · e2e0de25
      Sergei Morozov authored
      1. Use the actual dsdriver distribution
      2. Introduced `AbstractPlatform::getCharMaxLength()` since `CHAR` and `VARCHAR` limitations are different on DB2.
      e2e0de25
  26. 11 May, 2018 2 commits
    • Timo Bakx's avatar
      Updated sqlite unit tests · 245bfb79
      Timo Bakx authored
      245bfb79
    • Robin Appelman's avatar
      allow creating PRIMARY KEY AUTOINCREMENT fields for sqlite · 51358603
      Robin Appelman authored
      If a PRIMARY KEY field is defined in sqlite without autoincrement then
      keys might be reused when rows are deleted, explicitly settings autoincrement
      will prevent this.
      
      Autoincrement is not enabled by default due to additional overhead introduced
      with autoincrement bookkeeping and should only be enabled when the additional
      uniqueness is required.
      51358603
  27. 01 May, 2018 1 commit
  28. 30 Apr, 2018 1 commit
  29. 01 Apr, 2018 1 commit
  30. 29 Mar, 2018 1 commit
  31. 29 Jan, 2018 1 commit
  32. 04 Jan, 2018 2 commits
  33. 03 Jan, 2018 1 commit
  34. 02 Jan, 2018 1 commit