• 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
..
Synchronizer Loading commit data...
Visitor Loading commit data...
AbstractAsset.php Loading commit data...
AbstractSchemaManager.php Loading commit data...
Column.php Loading commit data...
ColumnDiff.php Loading commit data...
Comparator.php Loading commit data...
Constraint.php Loading commit data...
DB2SchemaManager.php Loading commit data...
ForeignKeyConstraint.php Loading commit data...
Identifier.php Loading commit data...
Index.php Loading commit data...
MySqlSchemaManager.php Loading commit data...
OracleSchemaManager.php Loading commit data...
PostgreSqlSchemaManager.php Loading commit data...
SQLAnywhereSchemaManager.php Loading commit data...
SQLServerSchemaManager.php Loading commit data...
Schema.php Loading commit data...
SchemaConfig.php Loading commit data...
SchemaDiff.php Loading commit data...
SchemaException.php Loading commit data...
Sequence.php Loading commit data...
SqliteSchemaManager.php Loading commit data...
Table.php Loading commit data...
TableDiff.php Loading commit data...
UniqueConstraint.php Loading commit data...
View.php Loading commit data...