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

Fix SET TYPE on pointers with constraints #2309

Merged
merged 1 commit into from Mar 3, 2021
Merged

Commits on Mar 3, 2021

  1. Fix SET TYPE on pointers with constraints

    We need to drop the constraints that reference the pointer before
    changing the column type and then recreate them when we are done.
    
    Fixes #2299.
    msullivan committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    37f4f2b View commit details
    Browse the repository at this point in the history