Bhupender Yadav
Results
1
issues of
Bhupender Yadav
sqlc should treat PostgreSQL function return values as nullable (e.g. *string) to avoid scan errors
2
#### 📌 Problem When using `sqlc v1.30.0` with a PostgreSQL function that returns a nullable scalar type like `TEXT`, `sqlc` generates non-pointer types (e.g. `string`), which causes runtime errors when...
:books: postgresql
:wrench: golang