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

Aliases for the RETURNING clause [CORE3546] #3902

Closed
firebird-automations opened this issue Jul 7, 2011 · 3 comments
Closed

Aliases for the RETURNING clause [CORE3546] #3902

firebird-automations opened this issue Jul 7, 2011 · 3 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: Alexander Chiryatjev (heimdallr)

It's seems to be useful to have aliases for returning fields such as

INSERT INTO t(f1, f2) VALUES(:f1, :f2) RETURNING f0 [AS] id, f3||f4 [AS] some_name

Commits: a059a4c

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

issuetype: New Feature [ 2 ] => Improvement [ 4 ]

description: It's seems to be useful to have aliases for returnung fields such as

INSERT INTO t(f1, f2) VALUES(:f1, :f2) RETURNING f0 [AS] id, f3||f4 [AS] some_name

=>

It's seems to be useful to have aliases for returning fields such as

INSERT INTO t(f1, f2) VALUES(:f1, :f2) RETURNING f0 [AS] id, f3||f4 [AS] some_name

summary: Aliases for returning => Aliases for the RETURNING clause

@firebird-automations
Copy link
Collaborator Author

Modified by: @asfernandes

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

resolution: Fixed [ 1 ]

Fix Version: 3.0 Alpha 1 [ 10331 ]

assignee: Adriano dos Santos Fernandes [ asfernandes ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

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

QA Status: 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