-
-
Notifications
You must be signed in to change notification settings - Fork 232
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
Comments
Modified by: lacak (lacak)Attachment: keywords.cpp.diff [ 10520 ] Attachment: parse.y.diff [ 10521 ] |
Modified by: @dyemanovstatus: Open [ 1 ] => Resolved [ 5 ] resolution: Fixed [ 1 ] Fix Version: 2.1 Beta 2 [ 10190 ] assignee: Dmitry Yemanov [ dimitr ] |
Modified by: @pcisarWorkflow: jira [ 12711 ] => Firebird [ 14272 ] |
Commented by: @pmakowski Ok, but you can't use a domain |
Modified by: @pavel-zotovQA Status: No test |
Modified by: @pavel-zotovQA Status: No test => Done successfully |
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
The text was updated successfully, but these errors were encountered: