Skip to content

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

Description

@AbdelhalimSAP

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;
                }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions