Skip to content

Conversation

quenbyako
Copy link
Contributor

Just tiny change for single file:

  • removed strings.Title cause this function is deprecated
  • removed regexp, cause this expression easily converts to strings.Map
  • replaced multiple strings.Replace to simple, fast and single line solution
  • Added docs cuz why not? ¯\_(ツ)_/¯

Why this pr? I just probing how good contribution pipeline is for this repo, wanna make a lot of good improvements 😊

@andrewmbenton
Copy link
Collaborator

Thanks for this. The test failures are expected. We are using an authenticated feature of sqlc cloud in our CI pipeline for some tests, and CI runs based on pull requests from outside contributors don't get access to secrets, so authentication fails.

I'll wait for @kyleconroy to give final sign-off though.

@kyleconroy kyleconroy merged commit dece28f into sqlc-dev:main Oct 23, 2023
alfonsodev pushed a commit to ExponentiaTeam/sqlc that referenced this pull request Oct 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants