sap-commerce-db-sync icon indicating copy to clipboard operation
sap-commerce-db-sync copied to clipboard

Exception on differenceResult.getSourceSchema().getDatabase().findTable(missingTable.getLeftName(), false)

Open AbdelhalimSAP opened this issue 7 months ago • 0 comments

Please add a null test in DefaultDatabaseSchemaDifferenceService l236 as thise causes an exception :

if(differenceResult.getSourceSchema().getDatabase().findTable(missingTable.getLeftName(), false) == null){
                    LOG.warn("Error findTable=["+missingTable.getLeftName()+"]");
                    continue;
                }

AbdelhalimSAP avatar Apr 16 '25 11:04 AbdelhalimSAP