1. 09 Jun, 2020 1 commit
  2. 27 May, 2020 3 commits
  3. 01 May, 2020 1 commit
  4. 22 Apr, 2020 1 commit
  5. 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
  6. 08 Apr, 2020 7 commits
  7. 30 Mar, 2020 1 commit
  8. 21 Mar, 2020 1 commit
  9. 20 Mar, 2020 1 commit
    • Sergei Morozov's avatar
      Made some platform class names reflect the lowest server version they support · bd87aa64
      Sergei Morozov authored
      The `PostgreSqlPlatform`, `SQLAnywherePlatform` and `SQLServerPlatform` classes have been renamed to `PostgreSQL94Platform`, `SQLAnywhere16Platform` and `SQLServer2012Platform` respectively.
      
      When deprecating an old platform version, we can deprecate and later remove a specific class. Otherwise, there's no way to express the deprecation on the class level and the upgrade notes contain sentences like: "`XYZPlatform` and `XYZKeywords` now represent XYZ (version)".
      bd87aa64
  10. 16 Mar, 2020 1 commit
  11. 30 Dec, 2019 1 commit
  12. 07 Jun, 2019 1 commit
  13. 03 Feb, 2019 1 commit
  14. 29 Jan, 2019 1 commit
  15. 24 Jan, 2019 1 commit
  16. 22 Jan, 2019 1 commit
  17. 03 Jul, 2018 1 commit
  18. 27 Jun, 2018 1 commit