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

When generating for typescript, convert the primary key to camel case. #2409

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jsdt
Copy link
Contributor

@jsdt jsdt commented Mar 9, 2025

Description of Changes

Currently if the primary key column is named in snake case, the typescript client won't be able to find it, because it converts the fields to camel case, but doesn't convert the primary key name.

Expected complexity level and risk

1

Testing

I manually tested with the typescript quickstart.

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.

2 participants