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

Known domains for calculating fields of view. [CORE6127] #6376

Open
firebird-automations opened this issue Aug 15, 2019 · 1 comment
Open

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: rdb_dev (rdb_dev)

Votes: 2

When you use calculated fields in a view, whether the field type is cast to a domain through the Cast function, whether it is a known domain from the result of a stored procedure or function, or simply derived dynamically from an expression, in any case, the automatically generated RDB$<number> domain is used to create the view for that field.

Please improve the functionality so that when creating a view, the domains available in the database are taken into account for the calculated fields, if, based on the expression, the domain is known (when the end result is brought to a specific domain via Cast or is a known domain from the result of a stored procedure or function), so that when creating views with such fields, the automatically created RDB$<number>domains do not multiply.

@firebird-automations
Copy link
Collaborator Author

Modified by: rdb_dev (rdb_dev)

summary: Known domains for calculating field of view. => Known domains for calculating fields of view.

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