sqlc icon indicating copy to clipboard operation
sqlc copied to clipboard

fix: #1574 nullable return types for groupby functions

Open kdubovikov opened this issue 3 years ago • 1 comments

This is a proposed fix for https://github.com/kyleconroy/sqlc/issues/1574. I am unsure if this change breaks any tests because I don't have a correctly setup postgres instance to generate pg_catalog correctly with all extensions. However, I have checked that this change fixes the bug.

kdubovikov avatar May 19 '22 17:05 kdubovikov

I haven't found any docs that mention what postgres instance I should use to generate pg_catalog. This is needed to complete the pull request and fix tests. Could anyone direct me on where to look?

kdubovikov avatar May 23 '22 05:05 kdubovikov