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

SQLC exits on windows 11 without doing anything #3573

Open
vanlueckn opened this issue Sep 3, 2024 · 0 comments
Open

SQLC exits on windows 11 without doing anything #3573

vanlueckn opened this issue Sep 3, 2024 · 0 comments

Comments

@vanlueckn
Copy link

vanlueckn commented Sep 3, 2024

Version

1.27.0

What happened?

I tried to install sqlc with go install and downloaded the prebuilt binary for windows. If i try to run sqlc, nothing happens. It returns without any error message to the console.

I also installed sqlc on my ubuntu machine. On ubuntu typing sqlc into the console prints the default help message.

Relevant log output

PS C:\Users\nvan-\Downloads\sqlc_1.27.0_windows_amd64 (1)> .\sqlc.exe
PS C:\Users\nvan-\Downloads\sqlc_1.27.0_windows_amd64 (1)> .\sqlc.exe
PS C:\Users\nvan-\Downloads\sqlc_1.27.0_windows_amd64 (1)> .\sqlc.exe -h
PS C:\Users\nvan-\Downloads\sqlc_1.27.0_windows_amd64 (1)>

Database schema

No response

SQL queries

No response

Configuration

No response

Playground URL

No response

What operating system are you using?

Windows

What database engines are you using?

PostgreSQL

What type of code are you generating?

Go

@vanlueckn vanlueckn added the bug Something isn't working label Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants
@vanlueckn and others