• Fran Pregernik's avatar
    Fix for nasty bug that happens when there are 2 or more schemas with tables... · c70bc462
    Fran Pregernik authored
    Fix for nasty bug that happens when there are 2 or more schemas with tables that have the same name. Since all the AbstractPlatform classes get only the table name using ALL_* schema tables is dangerous because the owner is never supplied.
    
    The other possible solution is to use the ALL_* tables but in each of the methods to fetch the owner before actualy querying them.
    c70bc462
Name
Last commit
Last update
..
Keywords Loading commit data...
AbstractPlatform.php Loading commit data...
DB2Platform.php Loading commit data...
MySqlPlatform.php Loading commit data...
OraclePlatform.php Loading commit data...
PostgreSqlPlatform.php Loading commit data...
SQLServer2005Platform.php Loading commit data...
SQLServer2008Platform.php Loading commit data...
SQLServerPlatform.php Loading commit data...
SqlitePlatform.php Loading commit data...