1. 05 Jul, 2020 1 commit
  2. 04 Jul, 2020 1 commit
  3. 02 Jul, 2020 1 commit
  4. 28 Jun, 2020 2 commits
  5. 17 Jun, 2020 1 commit
  6. 27 May, 2020 1 commit
  7. 21 Mar, 2020 1 commit
  8. 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
  9. 18 Mar, 2020 2 commits
  10. 17 Mar, 2020 1 commit
  11. 26 Jan, 2020 1 commit
  12. 28 Nov, 2019 1 commit
  13. 26 Nov, 2019 1 commit
  14. 02 Nov, 2019 5 commits
    • Sergei Morozov's avatar
    • Sergei Morozov'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
    • Michael Moravec's avatar
      Enable strict types · 4c22e805
      Michael Moravec authored
      4c22e805
    • Michael Moravec's avatar
      Drop support for SQL Server <2008 · e17efdc9
      Michael Moravec authored
      e17efdc9
  15. 07 Oct, 2018 1 commit
  16. 02 Oct, 2018 3 commits
  17. 01 Apr, 2018 1 commit
  18. 03 Jan, 2018 1 commit
  19. 07 Dec, 2017 1 commit
  20. 30 Apr, 2015 1 commit
  21. 12 Feb, 2014 3 commits
  22. 21 Dec, 2013 1 commit
  23. 13 Nov, 2013 1 commit
  24. 21 Jun, 2013 1 commit
    • Benjamin Morel's avatar
      Fixed documentation. · f0eaaf6f
      Benjamin Morel authored
      - Fixed docblocks
      - Removed return statements on void methods
      - Cleaned up unused private / local variables
      - Fixed license issues
      - Removed SVN leftovers
      - Fixed doctrine-project.org links
      - Added line breaks before return statements
      f0eaaf6f
  25. 14 Feb, 2013 1 commit
  26. 13 Feb, 2013 1 commit
  27. 25 May, 2012 1 commit
  28. 06 Feb, 2012 2 commits
  29. 16 Jan, 2012 1 commit