• 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
Name
Last commit
Last update
..
AbstractOracleDriver Loading commit data...
IBMDB2 Loading commit data...
Mysqli Loading commit data...
OCI8 Loading commit data...
PDOMySql Loading commit data...
PDOOracle Loading commit data...
PDOPgSql Loading commit data...
PDOSqlite Loading commit data...
PDOSqlsrv Loading commit data...
SQLAnywhere Loading commit data...
SQLSrv Loading commit data...
AbstractDB2Driver.php Loading commit data...
AbstractDriverException.php Loading commit data...
AbstractMySQLDriver.php Loading commit data...
AbstractOracleDriver.php Loading commit data...
AbstractPostgreSQLDriver.php Loading commit data...
AbstractSQLAnywhereDriver.php Loading commit data...
AbstractSQLServerDriver.php Loading commit data...
AbstractSQLiteDriver.php Loading commit data...
Connection.php Loading commit data...
DriverException.php Loading commit data...
ExceptionConverterDriver.php Loading commit data...
PDOConnection.php Loading commit data...
PDOException.php Loading commit data...
PDOStatement.php Loading commit data...
PingableConnection.php Loading commit data...
ResultStatement.php Loading commit data...
ServerInfoAwareConnection.php Loading commit data...
Statement.php Loading commit data...
StatementIterator.php Loading commit data...