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

Generated columns [CORE1386] #1804

Closed
firebird-automations opened this issue Jul 30, 2007 · 8 comments
Closed

Generated columns [CORE1386] #1804

firebird-automations opened this issue Jul 30, 2007 · 8 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: lacak (lacak)

Relate to CORE1407
Is related to QA266

Attachments:
keywords.cpp.diff
parse.y.diff

Make "compute by" column definition SQL:2003 compliant

Now:
<column name> <type or domain> COMPUTED [BY] ( <expr> )

SQL:2003
<column name> <type or domain> GENERATED ALWAYS AS ( <expr> )

Commits: 4284e1e

@firebird-automations
Copy link
Collaborator Author

Modified by: lacak (lacak)

Attachment: keywords.cpp.diff [ 10520 ]

Attachment: parse.y.diff [ 10521 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

Link: This issue relate to CORE1407 [ CORE1407 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

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

resolution: Fixed [ 1 ]

Fix Version: 2.1 Beta 2 [ 10190 ]

assignee: Dmitry Yemanov [ dimitr ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Workflow: jira [ 12711 ] => Firebird [ 14272 ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @pmakowski

Ok, but you can't use a domain
so the syntax are :
<column name> <type> COMPUTED [BY] ( <expr> )
or
<column name> <type> GENERATED ALWAYS AS ( <expr> )

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Link: This issue is related to QA266 [ QA266 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

QA Status: No test

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

QA Status: No test => Done successfully

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