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

cmd/atlas/internal/migratelint: make linting inspection context-aware #3201

Merged
merged 1 commit into from
Oct 26, 2024

Commits on Oct 26, 2024

  1. cmd/atlas/internal/migratelint: make linting inspection context-aware

    If the connection is scoped to a specific schema, we should use InspectSchema to
    get the inspected realm. That is because PostgreSQL unsets the search_path when
    inspecting the entire realm, causing us to lose the schema context and get qualified
    composite types on inspection.
    
    Fixed #3200
    a8m committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    82ea348 View commit details
    Browse the repository at this point in the history