Skip to content

Unable to merge when a matching key value is NULL #12

Description

@JasonDV

The tool allows for matching on non-physical primary key values. It is usually best to include an index to make the match more efficient, but the logic will work either way. Right now, the "on clause" that matches the target to the source table doesn't account for null values because it uses the "=" operator and not the "IS NULL" clause.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions