1. 07 Aug, 2019 1 commit
  2. 30 May, 2019 1 commit
  3. 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
  4. 22 May, 2019 1 commit
  5. 23 Apr, 2019 1 commit
  6. 18 Apr, 2019 1 commit
  7. 14 Apr, 2019 1 commit
  8. 17 Mar, 2019 1 commit
  9. 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
  10. 03 Feb, 2019 1 commit
  11. 06 Jan, 2019 1 commit
  12. 30 Dec, 2018 1 commit
  13. 17 Dec, 2018 1 commit
  14. 07 Dec, 2018 1 commit
  15. 05 Dec, 2018 2 commits
  16. 02 Dec, 2018 1 commit
  17. 30 Nov, 2018 1 commit
  18. 24 Nov, 2018 1 commit
  19. 16 Nov, 2018 1 commit
  20. 08 Nov, 2018 1 commit
  21. 28 Sep, 2018 2 commits
  22. 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
  23. 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
  24. 01 May, 2018 1 commit
  25. 30 Apr, 2018 1 commit
  26. 01 Apr, 2018 1 commit
  27. 29 Mar, 2018 1 commit
  28. 29 Jan, 2018 1 commit
  29. 04 Jan, 2018 2 commits
  30. 03 Jan, 2018 1 commit
  31. 02 Jan, 2018 1 commit
  32. 01 Jan, 2018 5 commits