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

cmd/sqlc: Add option to disable process-based plugins #2180

Merged
merged 1 commit into from
Mar 31, 2023

Conversation

kyleconroy
Copy link
Collaborator

Add a processplugins=0 option to SQLCDEBUG. This type of configuration is modeled Go's own use of GODEBUG. See a full explanation of the design here: https://go.googlesource.com/proposal/+/master/design/56986-godebug.md

Add a `processplugins=0` option to `SQLCDEBUG`. This type of
configuration is modeled Go's own use of `GODEBUG`. See a full
explanation of the design here: https://go.googlesource.com/proposal/+/master/design/56986-godebug.md
@kyleconroy kyleconroy merged commit d4902a6 into main Mar 31, 2023
@kyleconroy kyleconroy deleted the kyle/disable-process-plugins branch March 31, 2023 14:57
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

1 participant