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

Forbidden to use column name more than once in insert query. #7685

Merged
merged 1 commit into from Nov 8, 2019

Conversation

alesapin
Copy link
Member

@alesapin alesapin commented Nov 8, 2019

I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en

Changelog category (leave one):

  • Bug Fix

Changelog entry (up to few sentences, not needed for non-significant PRs):
Forbidden to use column name more than once in insert query like INSERT INTO tbl (x, y, x).

fixes #5465 #7681

@alesapin alesapin added the pr-bugfix Pull request with bugfix, not backported by default label Nov 8, 2019
@filimonov
Copy link
Contributor

Fixes #5465

@alesapin alesapin merged commit cda502b into master Nov 8, 2019
@alesapin alesapin added the v19.16 label Nov 8, 2019
alesapin added a commit that referenced this pull request Nov 11, 2019
Forbidden to use column name more than once in insert query.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-bugfix Pull request with bugfix, not backported by default
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Introduce a check detecting that column is listed twice in INSERT statement
3 participants