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

Test postgres multi-schema introspection #3297

Merged
merged 3 commits into from
Nov 25, 2022
Merged

Commits on Oct 17, 2022

  1. Configuration menu
    Copy the full SHA
    a8c39ef View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. Configuration menu
    Copy the full SHA
    c2f5610 View commit details
    Browse the repository at this point in the history
  2. Test postgres multi-schema introspection

    The test expectations show that there are cases where our choice _not_
    to rename models and enums in case of conflict leads to ambiguous
    situations that may be difficult for users to resolve. The test case
    where this is the most apparent is
    `multiple_schemas_w_duplicate_enums_are_introspected`.
    
    closes prisma/prisma#15800
    tomhoule committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    2df162b View commit details
    Browse the repository at this point in the history