Schema name in drop table command with exclude schema names option

When a script is generated with the "Exclude schema names" option enabled, the schema name is added to the table deletion script. This behavior has been noticed since version 5.7.7.3436. The current version 5.7.12.742 also has a bug.

Schema Compare for Oracle Command Line - Product version: 5.7.0.2630
DROP TABLE tmp_fakt_contract_vie;
Schema Compare for Oracle Command Line - Product version: 5.7.7.3436
DROP TABLE "Schema".tmp_fakt_contract_vie;
Schema Compare for Oracle Command Line - Product version: 5.7.12.742
DROP TABLE "Schema".tmp_fakt_contract_vie;
Sign In or Register to comment.