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

fix: support for capital letters in sequence names #548

Merged
merged 1 commit into from
Sep 6, 2024

Conversation

vjeeva
Copy link
Contributor

@vjeeva vjeeva commented Sep 6, 2024

Problem:

Capitals in Sequence Names would yield errors like relation "non_public_schema.users_id_seq" does not exist for a sequence named userS_id_seq. Previously we thought the integration test covered this but the schema SQL didn't wrap the sequence names in quotes.

Solved it in this PR! Integration test works!

@vjeeva vjeeva changed the title fix: support for capital letters in sequence names and column names fix: support for capital letters in sequence names Sep 6, 2024
@vjeeva vjeeva force-pushed the vjeeva/capital-bug-sequences branch from 2ded386 to 795ac1d Compare September 6, 2024 17:57
@vjeeva vjeeva enabled auto-merge (squash) September 6, 2024 17:57
@vjeeva vjeeva merged commit 885e234 into main Sep 6, 2024
11 checks passed
@vjeeva vjeeva deleted the vjeeva/capital-bug-sequences branch September 6, 2024 18:02
@github-actions github-actions bot locked and limited conversation to collaborators Sep 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants