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

Allow FK type in database to be different from PK type #29026

Merged
merged 2 commits into from
Sep 10, 2022

Commits on Sep 9, 2022

  1. Allow FK type in database to be different from PK type

    Approach uses built-in value converters to convert FK value to type of PK.
    
    Fixes #28392
    ajcvickers committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    ac7f75a View commit details
    Browse the repository at this point in the history
  2. Review feedback.

    ajcvickers committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    533f6b4 View commit details
    Browse the repository at this point in the history