• Sergei Morozov's avatar
    Make the $tableName argument of _getPortableTableIndexesList() required · c7d7722f
    Sergei Morozov authored
    1. The argument is always available since the method is only called from listTableIndexes() which requires a table name.
    2. The argument itself seems a workaround and only needed to bypass the fact that the SQLiteSchemaManager violates the method contract: instead of reformatting the provided data it fetches more data from the DB schema which requires a table name. This argument should be dropped completely later.
    c7d7722f
Name
Last commit
Last update
..
Cache Loading commit data...
Connections Loading commit data...
Driver Loading commit data...
Event Loading commit data...
Exception Loading commit data...
Id Loading commit data...
Logging Loading commit data...
Platforms Loading commit data...
Portability Loading commit data...
Query Loading commit data...
Schema Loading commit data...
Sharding Loading commit data...
Tools Loading commit data...
Types Loading commit data...
ColumnCase.php Loading commit data...
Configuration.php Loading commit data...
Connection.php Loading commit data...
ConnectionException.php Loading commit data...
DBALException.php Loading commit data...
Driver.php Loading commit data...
DriverManager.php Loading commit data...
Events.php Loading commit data...
FetchMode.php Loading commit data...
LockMode.php Loading commit data...
ParameterType.php Loading commit data...
SQLParserUtils.php Loading commit data...
SQLParserUtilsException.php Loading commit data...
Statement.php Loading commit data...
TransactionIsolationLevel.php Loading commit data...
VersionAwarePlatformDriver.php Loading commit data...