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 change of field type to similar domain, even when there are associated constraints [CORE5603] #5869

Open
firebird-automations opened this issue Sep 4, 2017 · 1 comment

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @WarmBooter

Votes: 2

Firebird does not allow changing the field type when there are pks, fks, indexes, in that field. This is a known limitation and a real pain.
But I can't see why it doesn't allow changing to a domain with the same type, ie:
Field was created as integer not null, and you want to change it to an existing domain, which is also declared as integer not null.
In this case, there is no change to the underlying stored data, so why do not allow it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment