fetchkash

Results 1 comments of fetchkash

I was able to get around with by using sqlc's named parameters. My problem was when I had a query like ``` -- name: GetUserByFirstAndLastName :many SELECT * FROM users...