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

make regen is broken #3097

Closed
Jille opened this issue Jan 3, 2024 · 0 comments · Fixed by #3105
Closed

make regen is broken #3097

Jille opened this issue Jan 3, 2024 · 0 comments · Fixed by #3105
Labels
bug Something isn't working triage New issues that hasn't been reviewed

Comments

@Jille
Copy link
Contributor

Jille commented Jan 3, 2024

Version

1.24.0

What happened?

Running make regen on the main branch fails. This should be something the CI should catch and prevent.

Relevant log output

$ make regen
go build -o ~/bin/sqlc-dev ./cmd/sqlc/
go build -o ~/bin/sqlc-gen-json ./cmd/sqlc-gen-json
go run ./scripts/regenerate/
2024/01/03 13:23:34 internal/endtoend/testdata/batch_parameter_type/postgresql/pgx: sqlc-dev generate failed
# package querytest
query.sql:1:1: could not determine data type of parameter $2
exit status 1
make: *** [Makefile:24: regen] Error 1

Database schema

No response

SQL queries

No response

Configuration

No response

Playground URL

No response

What operating system are you using?

No response

What database engines are you using?

No response

What type of code are you generating?

No response

@Jille Jille added bug Something isn't working triage New issues that hasn't been reviewed labels Jan 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage New issues that hasn't been reviewed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant