sqlc icon indicating copy to clipboard operation
sqlc copied to clipboard

How to generate nullable enum ?

Open dee-el opened this issue 3 years ago • 0 comments

Hi I want asking something about nullable enum.

Since some of my projects has nullable enum, I want try migrate some queries on those projects using sqlc.

So, I try it first on playground

But the code generated not having nullable enum type, is there something i missed here?

dee-el avatar Aug 04 '22 23:08 dee-el