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

importccl: fix case sensitive INSERT INTO column names in PGDUMP #52485

Merged
merged 1 commit into from
Aug 6, 2020

Conversation

otan
Copy link
Contributor

@otan otan commented Aug 6, 2020

Refs: #52382

Tested by uncommenting out the skip and re-commenting it afterwards.

Release note (sql change, bug fix): When using IMPORT PGDUMP with
INSERT INTO clauses, specifying a column name that is case sensitive
(e.g. "cApItAls") would previously error specifying the column name
was not found. This has been rectified.

@otan otan requested review from a team and adityamaru and removed request for a team August 6, 2020 16:40
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Copy link
Contributor

@adityamaru adityamaru left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 2 of 2 files at r1.
Reviewable status: :shipit: complete! 0 of 0 LGTMs obtained

@otan
Copy link
Contributor Author

otan commented Aug 6, 2020

thanks!

bors r=adityamaru

@craig
Copy link
Contributor

craig bot commented Aug 6, 2020

🕐 Waiting for PR status (Github check) to be set, probably by CI. Bors will automatically try to run when all required PR statuses are set.

@craig
Copy link
Contributor

craig bot commented Aug 6, 2020

GitHub status checks took too long to complete, so bors is giving up. You can adjust bors configuration to have it wait longer if you like.

Tested by uncommenting out the skip and re-commenting it afterwards.

Release note (sql change, bug fix): When using `IMPORT PGDUMP` with
`INSERT INTO` clauses, specifying a column name that is case sensitive
(e.g. `"cApItAls"`)  would previously error specifying the column name
was not found. This has been rectified.
@otan
Copy link
Contributor Author

otan commented Aug 6, 2020

bors r=adityamaru

@craig
Copy link
Contributor

craig bot commented Aug 6, 2020

Build succeeded:

@craig craig bot merged commit 2af68b7 into cockroachdb:master Aug 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants