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

CREATE VIEW as SELECT .... [CORE831] #1219

Closed
firebird-automations opened this issue Jun 27, 2006 · 11 comments
Closed

CREATE VIEW as SELECT .... [CORE831] #1219

firebird-automations opened this issue Jun 27, 2006 · 11 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: Valdir Stiebe Junior (ogecrom)

Is duplicated by CORE1078
Is related to QA121

When creating a view, it would be easier if we could use the following syntax:

create view V_NAME as
select
T1.FIELD1,
T1.FIELD1 COLUMN_ALIAS1,
T1.FIELD1 COLUMN_ALIAS2
from
TABLE1 T1

instead of

create view V_NAME (FIELD1, COLUMN_ALIAS1, COLUMN_ALIAS2) as
select ...

Since a select command can't repeat a column alias, this field list could be optional.
And it will be much easier to store view definitions on some database modelling tools.

Commits: d5b27fd

====== Test Details ======

There are lot of tests where such syntax is used.

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

Component: Engine [ 10000 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

assignee: Dmitry Yemanov [ dimitr ] =>

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Fixed [ 1 ]

Fix Version: 2.1 [ 10041 ]

assignee: Dmitry Yemanov [ dimitr ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

Link: This issue is duplicated by CORE1078 [ CORE1078 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Fix Version: 2.1 Alpha 1 [ 10150 ]

Fix Version: 2.1.0 [ 10041 ] =>

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Link: This issue is related to QA121 [ QA121 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Workflow: jira [ 11041 ] => Firebird [ 14352 ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @pmakowski

Q/A tested

@firebird-automations
Copy link
Collaborator Author

Modified by: @pmakowski

status: Resolved [ 5 ] => Closed [ 6 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

QA Status: No test

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

status: Closed [ 6 ] => Closed [ 6 ]

QA Status: No test => Covered by another test(s)

Test Details: There are lot of tests where such syntax is used.

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

2 participants