Kyle Gray
Kyle Gray
Using `sqlc.narg()` doesn't work: https://play.sqlc.dev/p/1086edbe69a9fcee4861557b9edfcb9c1294294596d41d5095d9734bd311d772
I got this to work by unsetting the DEVELOPER_DIR, CC, and CXX environment variables
@wasaga I haven't used `SET variable TO value` before, can you provide a bigger example of how it works in practice and how you're using it currently?
Can people try out this build? I used Windows Server 2025, which may fix things? [sqlc_1.29.0_windows_amd64.tar.gz](https://github.com/user-attachments/files/20194905/sqlc_1.29.0_windows_amd64.tar.gz) [sqlc_1.29.0_windows_amd64.zip](https://github.com/user-attachments/files/20194906/sqlc_1.29.0_windows_amd64.zip)
I've recompiled without using cgo which may fix the issue. Can you try these? - https://downloads.sqlc.dev/prerelease/sqlc_1.29.0_windows_arm64.zip - https://downloads.sqlc.dev/prerelease/sqlc_1.29.0_windows_amd64.zip
When cgo is disabled, we use wazero to execute the parser instead. Everything should work 100%
When cgo is disabled, we use wazero to execute the parser instead. Everything should work 100%
Fixed in v1.30.0
Most certainly a bug! My guess is that we hardcode the return type for JSON_AGG. Still, we should never generate a pq.Array type when using MySQL.
@rhodeon thanks for the updated push. The docs and tests are great! This will go out with the next release.