1. 27 May, 2020 1 commit
  2. 13 Apr, 2020 1 commit
    • Sergei Morozov's avatar
      Dropped support for fetching objects and non-zero column · aa6ae1d6
      Sergei Morozov authored
      1. `FetchMode::STANDARD_OBJECT` and `FetchMode::CUSTOM_OBJECT` are no longer supported.
      2. `FetchMode::COLUMN` with a non-zero index is no longer supported.
      3. Incompatible change in the `Connection::fetchColumn()` signature where the 3rd argument is now `$types`, not `$columnIndex`.
      aa6ae1d6
  3. 08 Apr, 2020 1 commit
  4. 21 Mar, 2020 3 commits
  5. 30 May, 2019 1 commit
  6. 03 Feb, 2019 1 commit
  7. 02 Dec, 2018 1 commit
  8. 28 Sep, 2018 1 commit
  9. 19 May, 2018 1 commit
  10. 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