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

Ability to define domains with identity [CORE6363] #6603

Open
firebird-automations opened this issue Jul 13, 2020 · 2 comments
Open

Ability to define domains with identity [CORE6363] #6603

firebird-automations opened this issue Jul 13, 2020 · 2 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: Anderson Farias (afarias)

Votes: 1

Extend DOMAIN capability so it's possible to use:

CREATE DOMAIN DOMAIN_NAME AS INTEGER GENERATED ALWAYS AS INDENTITY;

@firebird-automations
Copy link
Collaborator Author

Commented by: @asfernandes

I think it should not be done. It's not standard and I do not see a value on it better than the complications it will have.

@firebird-automations
Copy link
Collaborator Author

Commented by: @livius2

And this INDENTITY should be one and shared or different for any usage?
And what about procedures? we can have params with domain def, variables

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

No branches or pull requests

1 participant