Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-42293: Modify TAP visitor so constraints do not depend on column order #28

Merged
merged 1 commit into from
Jan 11, 2024

Commits on Jan 10, 2024

  1. Modify TAP visitor so constraints do not depend on column order

    The TapLoadingVisitor was modified so that constraints are created in a
    second pass over the schema. This ensures that columns which may be
    referenced have been defined. The change was tested successfully using
    "load-tap" from the command line, with and without the "--dry-run"
    argument. The TAP data loaded into a MySQL database correctly when
    using the non-mock connection.
    JeremyMcCormick committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    c9a2070 View commit details
    Browse the repository at this point in the history