JordanMarr / SqlHydra

SqlHydra is a suite of NuGet packages for working with databases in F# including code generation tools and query expressions.
MIT License
212 stars 21 forks source link

SqlHydra.Npgsql code gen fails when custom enum is not in `public` #23

Closed JordanMarr closed 1 year ago

JordanMarr commented 2 years ago

Generating code via dotnet sqlhydra-npgsql fails if a custom enum exists in a schema other than public. The workaround is to create the enum in the public schema.

I created an bug report here on the npgsql repository.