Skip to content

fix: Add json_tags_id_uppercase functionality to the JSON style PascalCase - #3747

Closed
Lingkar wants to merge 1 commit into
sqlc-dev:mainfrom
Lingkar:fix/pascal-json-tag-id-uppercase
Closed

fix: Add json_tags_id_uppercase functionality to the JSON style PascalCase#3747
Lingkar wants to merge 1 commit into
sqlc-dev:mainfrom
Lingkar:fix/pascal-json-tag-id-uppercase

Conversation

@Lingkar

Copy link
Copy Markdown

I was having trouble with the json_tags_id_uppercase config with the pascal json tag style.

When the json_tags_id_uppercase is set to false I expected the json output to be:
user_id -> UserId , however resulted in UserID
id -> Id , however resulted in ID

If my undertanding of the config was incorrect, please let me know.

@LingkarLingkar changed the title Add json_tags_id_uppercase functionality to the JSON style PascalCaseFix: Add json_tags_id_uppercase functionality to the JSON style PascalCaseDec 16, 2024
@LingkarLingkar changed the title Fix: Add json_tags_id_uppercase functionality to the JSON style PascalCasefix: Add json_tags_id_uppercase functionality to the JSON style PascalCaseDec 16, 2024
@kyleconroyClaude

Copy link
Copy Markdown
Collaborator

🤖 Automated message

This PR has been closed because it has merge conflicts with main. To reopen it, rebase onto the latest main to resolve the conflicts, then reopen the PR.


Generated by Claude Code

@kyleconroyClaude

Copy link
Copy Markdown
Collaborator

🤖 Automated message

This PR has been closed because it has merge conflicts with main. To reopen it, rebase onto the latest main to resolve the conflicts, then reopen the PR.


Generated by Claude Code

Sign up for freeto 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

@Lingkar@kyleconroy