1. 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
  2. 08 Apr, 2020 1 commit
  3. 21 Mar, 2020 1 commit
  4. 27 Jan, 2020 1 commit
  5. 26 Jan, 2020 1 commit
  6. 12 Jan, 2020 1 commit
  7. 11 Jan, 2020 2 commits
  8. 30 Dec, 2019 2 commits
  9. 02 Nov, 2019 11 commits
    • Sergei Morozov's avatar
    • Jonathan H. Wage's avatar
    • Michael Moravec's avatar
      Extract exception factory methods into specific exceptions · a2abc86b
      Michael Moravec authored
      Extract Doctrine\DBAL\DBALException::notSupported()
      Extract Doctrine\DBAL\DBALException::invalidPlatformVersionSpecified()
      Extract Doctrine\DBAL\DBALException::invalidPdoInstance()
      Extract Doctrine\DBAL\DBALException::invalidWrapperClass()
      Extract Doctrine\DBAL\DBALException::invalidDriverClass()
      Extract Doctrine\DBAL\DBALException::invalidTableName()
      Extract Doctrine\DBAL\DBALException::noColumnsSpecifiedForTable()
      Extract Doctrine\DBAL\DBALException::typeExists()
      Extract Doctrine\DBAL\DBALException::typeAlreadyRegistered()
      Extract Doctrine\DBAL\DBALException::typeNotRegistered()
      Extract Doctrine\DBAL\DBALException::unknownColumnType()
      Extract Doctrine\DBAL\DBALException::typeNotFound()
      Extract Doctrine\DBAL\DBALException::invalidPlatformType()
      Extract Doctrine\DBAL\DBALException::driverRequired()
      Extract Doctrine\DBAL\DBALException::unknownDriver()
      Extract Doctrine\DBAL\DBALException::invalidColumnIndex()
      Extract Doctrine\DBAL\Exception\ConnectionException::commitFailedRollbackOnly()
      Extract Doctrine\DBAL\Exception\ConnectionException::noActiveTransaction()
      Extract Doctrine\DBAL\Exception\ConnectionException::savepointsNotSupported()
      Extract Doctrine\DBAL\Exception\ConnectionException::mayNotAlterNestedTransactionWithSavepointsInTransaction()
      Extract Doctrine\DBAL\Exception\InvalidArgumentException::fromEmptyCriteria()
      Extract Doctrine\DBAL\Type\ConversionException::conversionFailed()
      Extract Doctrine\DBAL\Type\ConversionException::conversionFailedFormat()
      Extract Doctrine\DBAL\Type\ConversionException::conversionFailedInvalidType()
      Extract Doctrine\DBAL\Type\ConversionException::conversionFailedSerialization()
      Extract Doctrine\DBAL\Query\QueryException::unknownAlias()
      Extract Doctrine\DBAL\Query\QueryException::nonUniqueAlias()
      Extract Doctrine\DBAL\Sharding\ShardingException::notImplemented()
      Extract Doctrine\DBAL\Sharding\ShardingException::missingDefaultFederationName()
      Extract Doctrine\DBAL\Sharding\ShardingException::missingDefaultDistributionKey()
      Extract Doctrine\DBAL\Sharding\ShardingException::activeTransaction()
      Extract Doctrine\DBAL\Sharding\ShardingException::noShardDistributionValue()
      Extract Doctrine\DBAL\Sharding\ShardingException::missingDistributionType()
      Extract Doctrine\DBAL\Cache\CacheException::noCacheKey()
      Extract Doctrine\DBAL\Cache\CacheException::noResultDriverConfigured()
      Extract Doctrine\DBAL\Schema\SchemaException::tableDoesNotExist()
      Extract Doctrine\DBAL\Schema\SchemaException::indexNameInvalid()
      Extract Doctrine\DBAL\Schema\SchemaException::indexDoesNotExist()
      Extract Doctrine\DBAL\Schema\SchemaException::indexAlreadyExists()
      Extract Doctrine\DBAL\Schema\SchemaException::columnDoesNotExist()
      Extract Doctrine\DBAL\Schema\SchemaException::namespaceAlreadyExists()
      Extract Doctrine\DBAL\Schema\SchemaException::tableAlreadyExists()
      Extract Doctrine\DBAL\Schema\SchemaException::columnAlreadyExists()
      Extract Doctrine\DBAL\Schema\SchemaException::sequenceAlreadyExists()
      Extract Doctrine\DBAL\Schema\SchemaException::sequenceDoesNotExist()
      Extract Doctrine\DBAL\Schema\SchemaException::uniqueConstraintDoesNotExist()
      Extract Doctrine\DBAL\Schema\SchemaException::foreignKeyDoesNotExist()
      Extract Doctrine\DBAL\Schema\SchemaException::namedForeignKeyRequired()
      Extract Doctrine\DBAL\SQLParserUtilsException::missingParam()
      Extract Doctrine\DBAL\SQLParserUtilsException::missingType()
      Drop Doctrine\DBAL\DBALException::invalidPlatformSpecified()
      Drop Doctrine\DBAL\DBALException::limitOffsetInvalid()
      Drop Doctrine\DBAL\Schema\SchemaException::alterTableChangeNotSupported()
      a2abc86b
    • Sergei Morozov's avatar
    • Sergei Morozov's avatar
      Reworking driver exceptions · cfe3c0d1
      Sergei Morozov authored
      cfe3c0d1
    • Michael Moravec's avatar
      Enable strict types · 4c22e805
      Michael Moravec authored
      4c22e805
    • Sergei Morozov's avatar
    • Sergei Morozov's avatar
    • Sergei Morozov's avatar
    • Sergei Morozov's avatar
    • Sergei Morozov's avatar
      [BC] Replaced extension of \PDOStatement with a composition to avoid having to... · 82f369f3
      Sergei Morozov authored
      [BC] Replaced extension of \PDOStatement with a composition to avoid having to replicate the \PDOStatement interface in ResultStatement
      82f369f3
  10. 17 Mar, 2019 2 commits
  11. 03 Feb, 2019 1 commit
  12. 29 Jan, 2019 1 commit
  13. 22 Jan, 2019 1 commit
  14. 20 Jan, 2019 1 commit
  15. 02 Oct, 2018 3 commits
  16. 27 Sep, 2018 1 commit
  17. 12 Sep, 2018 1 commit
  18. 16 Aug, 2018 1 commit
  19. 27 Jun, 2018 1 commit
  20. 19 May, 2018 1 commit
  21. 01 Apr, 2018 1 commit
  22. 29 Jan, 2018 3 commits
  23. 07 Jan, 2018 1 commit