This is the list of error messages, as found in die() and exit() expressions.
Message | File | Line |
---|---|---|
'SQLAzure requires a distribution key to be set during sharding configuration.' | /lib/Doctrine/DBAL/Sharding/ShardingException.php | 37 |
1332141766 | /lib/Doctrine/DBAL/Sharding/ShardingException.php | 45 |
'Cannot switch shard during an active transaction.' | /lib/Doctrine/DBAL/Sharding/ShardingException.php | 45 |
'You have to specify a string or integer as shard distribution value.' | /lib/Doctrine/DBAL/Sharding/ShardingException.php | 53 |
1332142103 | /lib/Doctrine/DBAL/Sharding/ShardingException.php | 53 |
"You have to specify a sharding distribution type such as 'integer', 'string', 'guid'." | /lib/Doctrine/DBAL/Sharding/ShardingException.php | 61 |
'No cache key was set.' | /lib/Doctrine/DBAL/Cache/CacheException.php | 17 |
sprintf('Fetching as key-value pairs requires the result to contain at least 2 columns, %d given.', $columnCount) | /lib/Doctrine/DBAL/Exception/NoKeyValue.php | 19 |
1331557937 | /lib/Doctrine/DBAL/Sharding/ShardingException.php | 21 |
'Trying to cache a query but no result driver is configured.' | /lib/Doctrine/DBAL/Cache/CacheException.php | 25 |
'SQLAzure requires a federation name to be set during sharding configuration.' | /lib/Doctrine/DBAL/Sharding/ShardingException.php | 29 |
'This functionality is not implemented with this sharding provider.' | /lib/Doctrine/DBAL/Sharding/ShardingException.php | 21 |
1332141329 | /lib/Doctrine/DBAL/Sharding/ShardingException.php | 37 |
1332141280 | /lib/Doctrine/DBAL/Sharding/ShardingException.php | 29 |
sasql_sqlstate($conn) | /lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereException.php | 33 |
sasql_sqlstate( ) | /lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereException.php | 33 |
sasql_errorcode( ) | /lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereException.php | 64 |
'SQLSTATE [' . $state . '] [' . $code . '] ' . $message | /lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereException.php | 69 |
sasql_errorcode($conn) | /lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereException.php | 54 |
sasql_stmt_errno($stmt) | /lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereException.php | 41 |
'Empty criteria was used, expected non-empty criteria' | /lib/Doctrine/DBAL/Exception/InvalidArgumentException.php | 19 |
'SQL Anywhere error occurred but no error message was retrieved from driver.' | /lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereException.php | 72 |
'There is no active transaction.' | /lib/Doctrine/DBAL/ConnectionException.php | 23 |
'Transaction commit failed because the transaction has been marked for rollback only.' | /lib/Doctrine/DBAL/ConnectionException.php | 15 |
sprintf('Value for :%1$s not found in types array. Types array key should be "%1$s"', $typeName) | /lib/Doctrine/DBAL/SQLParserUtilsException.php | 34 |
sprintf('Value for :%1$s not found in params array. Params array key should be "%1$s"', $paramName) | /lib/Doctrine/DBAL/SQLParserUtilsException.php | 22 |
"Invalid 'platform' option specified, need to give an instance of " . AbstractPlatform::class . '.' | /lib/Doctrine/DBAL/DBALException.php | 48 |
sprintf("Operation '%s' is not supported by platform.", $method) | /lib/Doctrine/DBAL/DBALException.php | 39 |
'May not alter the nested transaction with savepoints behavior while a transaction is open.' | /lib/Doctrine/DBAL/ConnectionException.php | 39 |
'Savepoints are not supported by this driver.' | /lib/Doctrine/DBAL/ConnectionException.php | 31 |
"The table with name '" . $tableName . "' already exists." | /lib/Doctrine/DBAL/Schema/SchemaException.php | 112 |
"The column '" . $columnName . "' on table '" . $tableName . "' already exists." | /lib/Doctrine/DBAL/Schema/SchemaException.php | 124 |
"The sequence '" . $name . "' already exists." | /lib/Doctrine/DBAL/Schema/SchemaException.php | 136 |
"There exists no sequence with the name '" . $name . "'." | /lib/Doctrine/DBAL/Schema/SchemaException.php | 146 |
sprintf("Index '%s' does not exist on table '%s'.", $indexName, $table) | /lib/Doctrine/DBAL/Schema/SchemaException.php | 59 |
sprintf("An index with name '%s' was already defined on table '%s'.", $indexName, $table) | /lib/Doctrine/DBAL/Schema/SchemaException.php | 73 |
sprintf("There is no column with name '%s' on table '%s'.", $columnName, $table) | /lib/Doctrine/DBAL/Schema/SchemaException.php | 87 |
sprintf("The namespace with name '%s' already exists.", $namespaceName) | /lib/Doctrine/DBAL/Schema/SchemaException.php | 100 |
"The given alias '" . $alias . "' is not part of " . 'any FROM or JOIN clause table. The currently registered ' . 'aliases are: ' . implode(', ', $registeredAliases) . '.' | /lib/Doctrine/DBAL/Query/QueryException.php | 22 |
"The given alias '" . $alias . "' is not unique " . 'in FROM and JOIN clause table. The currently registered ' . 'aliases are: ' . implode(', ', $registeredAliases) . '.' | /lib/Doctrine/DBAL/Query/QueryException.php | 35 |
"There is no table with name '" . $tableName . "' in the schema." | /lib/Doctrine/DBAL/Schema/SchemaException.php | 34 |
sprintf('Invalid index-name %s given, has to be [a-zA-Z0-9_]', $indexName) | /lib/Doctrine/DBAL/Schema/SchemaException.php | 45 |
'Unknown column type "' . $name . '" requested. Any Doctrine type that you use has ' . 'to be registered with \Doctrine\DBAL\Types\Type::addType(). You can get a list of all the ' . 'known types with \Doctrine\DBAL\Types\Type::getTypesMap(). If this error occurs during database ' . 'introspection then you might have forgotten to register all database types for a Doctrine Type. Use ' . 'AbstractPlatform#registerDoctrineTypeMapping() or have your custom types implement ' . 'Type#getMappedDatabaseTypes(). If the type name is empty you might ' . 'have a problem with the cache or forgot some mapping information.' | /lib/Doctrine/DBAL/DBALException.php | 282 |
'Type to be overwritten ' . $name . ' does not exist.' | /lib/Doctrine/DBAL/DBALException.php | 298 |
sprintf('Type of the class %s@%s is not registered.', get_class($type), spl_object_hash($type)) | /lib/Doctrine/DBAL/DBALException.php | 304 |
sprintf('Type of the class %s@%s is already registered.', get_class($type), spl_object_hash($type)) | /lib/Doctrine/DBAL/DBALException.php | 311 |
'No columns specified for table ' . $tableName | /lib/Doctrine/DBAL/DBALException.php | 254 |
'Invalid table name specified: ' . $tableName | /lib/Doctrine/DBAL/DBALException.php | 244 |
'Type ' . $name . ' already exists.' | /lib/Doctrine/DBAL/DBALException.php | 272 |
'Invalid Offset in Limit Query, it has to be larger than or equal to 0.' | /lib/Doctrine/DBAL/DBALException.php | 262 |
0 | /lib/Doctrine/DBAL/DBALException.php | 185 |
"An exception occurred while executing '" . $sql . "'" | /lib/Doctrine/DBAL/DBALException.php | 152 |
"The given 'driverClass' " . $driverClass . ' has to implement the ' . Driver::class . ' interface.' | /lib/Doctrine/DBAL/DBALException.php | 233 |
"The given 'wrapperClass' " . $wrapperClass . ' has to be a ' . 'subtype of \Doctrine\DBAL\Connection.' | /lib/Doctrine/DBAL/DBALException.php | 221 |
"The options 'driver' or 'driverClass' are mandatory if no PDO " . 'instance is given to DriverManager::getConnection().' | /lib/Doctrine/DBAL/DBALException.php | 126 |
sprintf("The options 'driver' or 'driverClass' are mandatory if a connection URL without scheme " . 'is given to DriverManager::getConnection(). Given URL: %s', $url) | /lib/Doctrine/DBAL/DBALException.php | 118 |
'An exception occurred in driver: ' . $driverEx->getMessage( ) | /lib/Doctrine/DBAL/DBALException.php | 169 |
"The given 'driver' " . $unknownDriverName . ' is unknown, ' . 'Doctrine currently supports only the following drivers: ' . implode(', ', $knownDrivers) | /lib/Doctrine/DBAL/DBALException.php | 138 |
sprintf("Option 'platform' must be an object and subtype of '%s'. Got '%s'", AbstractPlatform::class, gettype($invalidPlatform)) | /lib/Doctrine/DBAL/DBALException.php | 68 |
sprintf("Option 'platform' must be a subtype of '%s', instance of '%s' given", AbstractPlatform::class, get_class($invalidPlatform)) | /lib/Doctrine/DBAL/DBALException.php | 59 |
"The 'pdo' option was used in DriverManager::getConnection() but no " . 'instance of PDO was given.' | /lib/Doctrine/DBAL/DBALException.php | 104 |
sprintf('Invalid platform version "%s" specified. ' . 'The platform version has to be specified in the format: "%s".', $version, $expectedFormat) | /lib/Doctrine/DBAL/DBALException.php | 87 |
sprintf('Failed to set option %d with value "%s"', $option, $value) | /lib/Doctrine/DBAL/Driver/Mysqli/Exception/InvalidOption.php | 25 |
sprintf('Unknown type, %d given.', $type) | /lib/Doctrine/DBAL/Driver/Mysqli/Exception/UnknownType.php | 23 |
'HY000' | /lib/Doctrine/DBAL/Driver/Mysqli/Exception/ConnectionFailed.php | 19 |
sprintf('Failed reading the stream resource for parameter offset %d.', $offset) | /lib/Doctrine/DBAL/Driver/Mysqli/Exception/FailedReadingStreamOffset.php | 20 |
'lastInsertId failed: Query was executed but no result was returned.' | /lib/Doctrine/DBAL/Driver/OCI8/Exception/SequenceDoesNotExist.php | 18 |
'Connection port specified without the host' | /lib/Doctrine/DBAL/Driver/AbstractSQLServerDriver/Exception/PortWithoutHost.php | 18 |
sprintf('The statement contains non-terminated string literal starting at offset %d.', $offset) | /lib/Doctrine/DBAL/Driver/OCI8/Exception/NonTerminatedStringLiteral.php | 21 |
sprintf('Could not find variable mapping with index %d, in the SQL statement', $index) | /lib/Doctrine/DBAL/Driver/OCI8/Exception/UnknownParameterIndex.php | 21 |
db2_stmt_errormsg($statement) | /lib/Doctrine/DBAL/Driver/IBMDB2/Exception/StatementError.php | 24 |
'Database error occurred but no error information was retrieved from the driver.' | /lib/Doctrine/DBAL/Driver/OCI8/OCI8Exception.php | 22 |
'Could not create temporary file: ' . $message | /lib/Doctrine/DBAL/Driver/IBMDB2/Exception/CannotCreateTemporaryFile.php | 18 |
db2_stmt_error($statement) | /lib/Doctrine/DBAL/Driver/IBMDB2/Exception/StatementError.php | 24 |
db2_conn_error($connection) | /lib/Doctrine/DBAL/Driver/IBMDB2/Exception/ConnectionError.php | 24 |
'Could not write string to temporary file: ' . $message | /lib/Doctrine/DBAL/Driver/IBMDB2/Exception/CannotWriteToTemporaryFile.php | 18 |
'Could not copy source stream to temporary file: ' . $message | /lib/Doctrine/DBAL/Driver/IBMDB2/Exception/CannotCopyStreamToStream.php | 18 |
db2_conn_errormsg($connection) | /lib/Doctrine/DBAL/Driver/IBMDB2/Exception/ConnectionError.php | 24 |
db2_conn_errormsg( ) | /lib/Doctrine/DBAL/Driver/IBMDB2/Exception/ConnectionFailed.php | 21 |
db2_conn_error( ) | /lib/Doctrine/DBAL/Driver/IBMDB2/Exception/ConnectionFailed.php | 21 |
rtrim($message) | /lib/Doctrine/DBAL/Driver/SQLSrv/Exception/Error.php | 45 |
sprintf("Could not convert database value to '%s' as an error was triggered by the unserialization: '%s'", $format, $error) | /lib/Doctrine/DBAL/Types/ConversionException.php | 117 |
sprintf("Could not convert PHP type '%s' to '%s', as an '%s' error was triggered by the serialization", $actualType, $format, $error) | /lib/Doctrine/DBAL/Types/ConversionException.php | 107 |
sprintf("Could not convert PHP value of type '%s' to type '%s'. Expected one of the following types: %s", $actualType, $toType, implode(', ', $possibleTypes)) | /lib/Doctrine/DBAL/Types/ConversionException.php | 88 |
0 | /lib/Doctrine/DBAL/Types/ConversionException.php | 93 |
0 | /lib/Doctrine/DBAL/Types/ConversionException.php | 85 |
sprintf("Could not convert PHP value '%s' of type '%s' to type '%s'. Expected one of the following types: %s", $value, $actualType, $toType, implode(', ', $possibleTypes)) | /lib/Doctrine/DBAL/Types/ConversionException.php | 79 |
'Could not convert database value "' . $value . '" to Doctrine Type ' . $toType . '. Expected format: ' . $expectedFormat | /lib/Doctrine/DBAL/Types/ConversionException.php | 54 |
0 | /lib/Doctrine/DBAL/Types/ConversionException.php | 56 |
0 | /lib/Doctrine/DBAL/Types/ConversionException.php | 36 |
'Could not convert database value "' . $value . '" to Doctrine Type ' . $toType | /lib/Doctrine/DBAL/Types/ConversionException.php | 36 |
sprintf("Alter table change not supported, given '%s'", $changeName) | /lib/Doctrine/DBAL/Schema/SchemaException.php | 184 |
'The performed schema operation on ' . $localTable->getName( ) . ' requires a named foreign key, ' . 'but the given foreign key from (' . implode(', ', $foreignKey->getColumns( )) . ') onto foreign table ' . "'" . $foreignKey->getForeignTableName( ) . "' (" . implode(', ', $foreignKey->getForeignColumns( )) . ')' . ' is currently unnamed.' | /lib/Doctrine/DBAL/Schema/SchemaException.php | 169 |
sprintf("There exists no foreign key with the name '%s' on table '%s'.", $fkName, $table) | /lib/Doctrine/DBAL/Schema/SchemaException.php | 158 |
'Invalid fetch style: ' . $fetchMode | /lib/Doctrine/DBAL/Driver/OCI8/OCI8Statement.php | 462 |
sprintf('Unexpected database version string "%s". Cannot parse an appropriate version number from it. ' . 'Please report this database version string to the Doctrine team.', $version) | /lib/Doctrine/DBAL/Driver/OCI8/OCI8Connection.php | 90 |
'Resources passed with the LARGE_OBJECT parameter type must be stream resources.' | /lib/Doctrine/DBAL/Driver/Mysqli/MysqliStatement.php | 239 |
'Invalid fetch style: ' . $fetchMode | /lib/Doctrine/DBAL/Driver/OCI8/OCI8Statement.php | 491 |
'Invalid SQL Anywhere connection resource: ' . $conn | /lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereStatement.php | 84 |
sprintf("Unknown fetch type '%s'", $fetchMode) | /lib/Doctrine/DBAL/Driver/Mysqli/MysqliStatement.php | 371 |
'Fetch mode is not supported: ' . $fetchMode | /lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereStatement.php | 265 |
'Unknown type: ' . $type | /lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereStatement.php | 121 |
sprintf('First argument must be an instance of "%s" or "%s"', HelperSet::class, ConnectionProvider::class) | /lib/Doctrine/DBAL/Tools/Console/ConsoleRunner.php | 66 |
sprintf('Destination class has to be of type string or object, %s given.', gettype($destinationClass)) | /lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereStatement.php | 434 |
"Argument 'SQL' is required in order to execute this command correctly." | /lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php | 79 |
sprintf('Connection with name "%s" does not exist.', $name) | /lib/Doctrine/DBAL/Tools/Console/ConnectionProvider/SingleConnectionProvider.php | 33 |
'Specifying a connection is only supported when a ConnectionProvider is used.' | /lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php | 108 |
"Option 'depth' must contains an integer value" | /lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php | 87 |
sprintf("SQL file '<info>%s</info>' does not have read permissions.", $filePath) | /lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php | 80 |
sprintf("SQL file '<info>%s</info>' does not exist.", $filePath) | /lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php | 74 |
"Incomplete column definition. 'default' required." | /lib/Doctrine/DBAL/Platforms/SQLServerPlatform.php | 397 |
'Invalid Oracle identifier' | /lib/Doctrine/DBAL/Platforms/OraclePlatform.php | 48 |
'Invalid foreign key action: ' . $action | /lib/Doctrine/DBAL/Platforms/OraclePlatform.php | 780 |
'An Index can either have a "with_nulls_distinct" or "with_nulls_not_distinct" flag but not both.' | /lib/Doctrine/DBAL/Platforms/SQLAnywhere16Platform.php | 21 |
'Sqlite platform requires for alter table the table diff with reference to original table schema' | /lib/Doctrine/DBAL/Platforms/SqlitePlatform.php | 701 |
'Sqlite platform requires for alter table the table diff with reference to original table schema' | /lib/Doctrine/DBAL/Platforms/SqlitePlatform.php | 724 |
'Sqlite platform does not support alter primary key.' | /lib/Doctrine/DBAL/Platforms/SqlitePlatform.php | 803 |
'Sqlite platform does not support alter foreign key.' | /lib/Doctrine/DBAL/Platforms/SqlitePlatform.php | 811 |
'Sqlite platform does not support alter foreign key.' | /lib/Doctrine/DBAL/Platforms/SqlitePlatform.php | 819 |
'Sqlite platform does not support alter constraint.' | /lib/Doctrine/DBAL/Platforms/SqlitePlatform.php | 827 |
'Sqlite platform requires for alter table the table diff with reference to original table schema' | /lib/Doctrine/DBAL/Platforms/SqlitePlatform.php | 868 |
'sqlsrv does not support named parameters to queries, use question mark (?) placeholders instead.' | /lib/Doctrine/DBAL/Driver/SQLSrv/SQLSrvStatement.php | 165 |
'sqlsrv does not support named parameters to queries, use question mark (?) placeholders instead.' | /lib/Doctrine/DBAL/Driver/SQLSrv/SQLSrvStatement.php | 182 |
'Fetch mode is not supported!' | /lib/Doctrine/DBAL/Driver/SQLSrv/SQLSrvStatement.php | 395 |
'Given Fetch-Style ' . $fetchMode . ' is not supported.' | /lib/Doctrine/DBAL/Driver/IBMDB2/DB2Statement.php | 327 |
sprintf('Destination class has to be of type string or object, %s given.', gettype($destinationClass)) | /lib/Doctrine/DBAL/Driver/IBMDB2/DB2Statement.php | 470 |
'Shard ' . $shard['id'] . ' is duplicated in the configuration.' | /lib/Doctrine/DBAL/Sharding/PoolingShardConnection.php | 110 |
'Shard Id has to be a non-negative number.' | /lib/Doctrine/DBAL/Sharding/PoolingShardConnection.php | 106 |
"Missing 'id' for one configured shard. Please specify a unique shard-id." | /lib/Doctrine/DBAL/Sharding/PoolingShardConnection.php | 101 |
"The 'shardChoser' configuration is not a valid instance of " . ShardChoser::class | /lib/Doctrine/DBAL/Sharding/PoolingShardConnection.php | 92 |
'No clustered index found on table ' . $table->getName( ) | /lib/Doctrine/DBAL/Sharding/SQLAzure/Schema/MultiTenantVisitor.php | 115 |
'No shards found for ' . $this->federationName | /lib/Doctrine/DBAL/Sharding/SQLAzure/SQLAzureShardManager.php | 173 |
'Cannot have foreign key between global/federation.' | /lib/Doctrine/DBAL/Sharding/SQLAzure/SQLAzureFederationsSynchronizer.php | 196 |
'Cannot switch shard when transaction is active.' | /lib/Doctrine/DBAL/Sharding/PoolingShardConnection.php | 199 |
'Specifying a connection is only supported when a ConnectionProvider is used.' | /lib/Doctrine/DBAL/Tools/Console/Command/ReservedWordsCommand.php | 230 |
'Cannot use TableGenerator with SQLite.' | /lib/Doctrine/DBAL/Id/TableGenerator.php | 74 |
sprintf("Unable to read SQL file '<info>%s</info>': %s", $filePath, error_get_last( )['message']) | /lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php | 89 |
"There exists no keyword list with name '" . $keywordList . "'. " . 'Known lists: ' . implode(', ', array_keys($this->keywordListClasses)) | /lib/Doctrine/DBAL/Tools/Console/Command/ReservedWordsCommand.php | 185 |
'primary or replica configuration missing' | /lib/Doctrine/DBAL/Connections/PrimaryReadReplicaConnection.php | 107 |
'You have to configure at least one replica.' | /lib/Doctrine/DBAL/Connections/PrimaryReadReplicaConnection.php | 111 |
'Race-condition detected while updating sequence. Aborting generation' | /lib/Doctrine/DBAL/Id/TableGenerator.php | 137 |
'Error occurred while generating ID with TableGenerator, aborted generation: ' . $e->getMessage( ) | /lib/Doctrine/DBAL/Id/TableGenerator.php | 152 |
'Caching layer does not support 2nd/3rd argument to setFetchMode()' | /lib/Doctrine/DBAL/Cache/ArrayStatement.php | 85 |
'Invalid fetch-style given for fetching result.' | /lib/Doctrine/DBAL/Cache/ArrayStatement.php | 135 |
'Passing a connection name as first argument is not supported anymore.' . ' Use ensureConnectedToPrimary()/ensureConnectedToReplica() instead.' | /lib/Doctrine/DBAL/Connections/PrimaryReadReplicaConnection.php | 142 |
'Invalid option to connect(), only primary or replica allowed.' | /lib/Doctrine/DBAL/Connections/PrimaryReadReplicaConnection.php | 155 |
1 | /bin/doctrine-dbal.php | 36 |
1 | /bin/doctrine-dbal.php | 42 |
__METHOD__ . '() expects $table parameter to be string or ' . Table::class . '.' | /lib/Doctrine/DBAL/Platforms/DrizzlePlatform.php | 439 |
__METHOD__ . '() expects $index parameter to be string or ' . Index::class . '.' | /lib/Doctrine/DBAL/Platforms/DrizzlePlatform.php | 431 |
'Unknown database type ' . $dbType . ' requested, ' . static::class . ' may not support it.' | /lib/Doctrine/DBAL/Platforms/AbstractPlatform.php | 455 |
__METHOD__ . '() expects $table parameter to be string or ' . Table::class . '.' | /lib/Doctrine/DBAL/Platforms/DrizzlePlatform.php | 589 |
'Default implementation of DROP TABLE was overridden with NULL' | /lib/Doctrine/DBAL/Platforms/AbstractPlatform.php | 1454 |
__METHOD__ . '() expects $table parameter to be string or ' . Table::class . '.' | /lib/Doctrine/DBAL/Platforms/AbstractPlatform.php | 1442 |
'Second argument of AbstractPlatform::getCreateTableSQL() has to be integer.' | /lib/Doctrine/DBAL/Platforms/AbstractPlatform.php | 1562 |
__METHOD__ . '() expects $index parameter to be string or ' . Index::class . '.' | /lib/Doctrine/DBAL/Platforms/AbstractPlatform.php | 1492 |
'Cannot create primary key constraint declarations with getUniqueConstraintDeclarationSQL().' | /lib/Doctrine/DBAL/Platforms/SQLAnywherePlatform.php | 1177 |
'Can only create primary key declarations with getPrimaryKeyDeclarationSQL()' | /lib/Doctrine/DBAL/Platforms/SQLAnywherePlatform.php | 1026 |
'Invalid isolation level:' . $level | /lib/Doctrine/DBAL/Platforms/SQLAnywherePlatform.php | 1319 |
'Can only create unique constraint declarations, no common index declarations with ' . 'getUniqueConstraintDeclarationSQL().' | /lib/Doctrine/DBAL/Platforms/SQLAnywherePlatform.php | 1183 |
'Can only create primary, unique or foreign key constraint declarations, no common index declarations' . ' with getTableConstraintDeclarationSQL().' | /lib/Doctrine/DBAL/Platforms/SQLAnywherePlatform.php | 1402 |
'Unsupported constraint type: ' . get_class($constraint) | /lib/Doctrine/DBAL/Platforms/SQLAnywherePlatform.php | 1396 |
"Unrecognized boolean literal '${value}'" | /lib/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php | 867 |
"Incomplete definition. 'columns' required." | /lib/Doctrine/DBAL/Platforms/SQLAnywherePlatform.php | 1409 |
"Incomplete definition. 'foreignTable' required." | /lib/Doctrine/DBAL/Platforms/AbstractPlatform.php | 2612 |
'Invalid isolation level:' . $level | /lib/Doctrine/DBAL/Platforms/AbstractPlatform.php | 2800 |
sprintf('Offset must be a positive integer or zero, %d given', $offset) | /lib/Doctrine/DBAL/Platforms/AbstractPlatform.php | 3438 |
sprintf('Platform %s does not support offset values in limit queries.', $this->getName( )) | /lib/Doctrine/DBAL/Platforms/AbstractPlatform.php | 3445 |
__METHOD__ . '() expects $index parameter to be string or ' . Index::class . '.' | /lib/Doctrine/DBAL/Platforms/MySqlPlatform.php | 1012 |
__METHOD__ . '() expects $table parameter to be string or ' . Table::class . '.' | /lib/Doctrine/DBAL/Platforms/MySqlPlatform.php | 1020 |
__METHOD__ . '() expects $table parameter to be string or ' . Table::class . '.' | /lib/Doctrine/DBAL/Platforms/MySqlPlatform.php | 1142 |
__METHOD__ . '() expects $index parameter to be string or ' . Index::class . '.' | /lib/Doctrine/DBAL/Platforms/SQLServerPlatform.php | 219 |
'Can only create primary or unique constraints, no common indexes with getCreateConstraintSQL().' | /lib/Doctrine/DBAL/Platforms/AbstractPlatform.php | 1815 |
"Incomplete definition. 'columns' required." | /lib/Doctrine/DBAL/Platforms/AbstractPlatform.php | 1849 |
"Incomplete definition. 'columns' required." | /lib/Doctrine/DBAL/Platforms/AbstractPlatform.php | 2417 |
"Incomplete definition. 'columns' required." | /lib/Doctrine/DBAL/Platforms/AbstractPlatform.php | 2442 |
'Fields argument should be an Index or array.' | /lib/Doctrine/DBAL/Platforms/AbstractPlatform.php | 2477 |
'Invalid foreign key action: ' . $upper | /lib/Doctrine/DBAL/Platforms/AbstractPlatform.php | 2582 |
"Incomplete definition. 'local' required." | /lib/Doctrine/DBAL/Platforms/AbstractPlatform.php | 2604 |
"Incomplete definition. 'foreign' required." | /lib/Doctrine/DBAL/Platforms/AbstractPlatform.php | 2608 |
__METHOD__ . '() expects $index parameter to be string or ' . Index::class . '.' | /lib/Doctrine/DBAL/Platforms/SQLAnywherePlatform.php | 554 |
__METHOD__ . '() expects $table parameter to be string or ' . Index::class . '.' | /lib/Doctrine/DBAL/Platforms/SQLAnywherePlatform.php | 568 |
'Table#renameColumn() was removed, because it drops and recreates ' . 'the column instead. There is no fix available, because a schema diff cannot reliably detect if a ' . 'column was renamed or one column was created and another one dropped.' | /lib/Doctrine/DBAL/Schema/Table.php | 323 |
'Table ' . $this->getName( ) . ' has no primary key.' | /lib/Doctrine/DBAL/Schema/Table.php | 739 |
"Incomplete definition. 'foreignTable' required." | /lib/Doctrine/DBAL/Platforms/SQLAnywherePlatform.php | 607 |
'Invalid foreign key match type: ' . $type | /lib/Doctrine/DBAL/Platforms/SQLAnywherePlatform.php | 645 |
"Incomplete definition. 'local' required." | /lib/Doctrine/DBAL/Platforms/SQLAnywherePlatform.php | 599 |
"Incomplete definition. 'foreign' required." | /lib/Doctrine/DBAL/Platforms/SQLAnywherePlatform.php | 603 |
sprintf('Sqlite schema manager requires to modify foreign keys table definition "%s".', $table) | /lib/Doctrine/DBAL/Schema/SqliteSchemaManager.php | 467 |
'Expecting a string as Index Column' | /lib/Doctrine/DBAL/Schema/Index.php | 91 |
'vendor/autoload.php could not be found. Did you run `php composer.phar install`?' | /bin/doctrine-dbal.php | 22 |
'Malformed parameter "url".' | /lib/Doctrine/DBAL/DriverManager.php | 280 |
'No shards found.' | /lib/Doctrine/DBAL/Sharding/PoolingShardManager.php | 82 |
'Invalid fetch-style given for caching result.' | /lib/Doctrine/DBAL/Cache/ResultCacheStatement.php | 153 |
"Missing Shard Choser configuration 'shardChoser'" | /lib/Doctrine/DBAL/Sharding/PoolingShardConnection.php | 83 |
"Connection Parameters require 'global' and 'shards' configurations." | /lib/Doctrine/DBAL/Sharding/PoolingShardConnection.php | 79 |