sqlhydra-npgsql generation tool doesn't pick up "enum" columns
See original GitHub issuePostgres has enumerated datatypes. The sqlhydra-npgsql
generation tool doesn’t seem to pick up these type of columns. I’d love it if it could at least think it’s a column of type string.
Issue Analytics
- State:
- Created 2 years ago
- Comments:12 (9 by maintainers)
Top Results From Across the Web
GetSchema fails when enum is not in `public` · Issue #4392
Steps to reproduce I have noticed that creating a custom enum type and a ... sqlhydra-npgsql generation tool doesn't pick up "enum" columns...
Read more >JordanMarr/SqlHydra
SqlHydra is a suite of NuGet packages for working with databases in F# including code generation tools and query expressions.
Read more >Enum Type Mapping
Enum Type Mapping. By default, any enum properties in your model will be mapped to database integers. EF Core 2.1 also allows you...
Read more >I can't create field of Enum type: sqlalchemy.exc. ...
I found a workaround. It turned out that the problem happens only when a table already exists. So, I created a temp table...
Read more >Dealing with Enum Type in PostgreSQL
Enum type is useful tool to ensure type safety in PostgreSQL. I personally use it to make sure system flow doesn't mess up....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Ok I see what needs to happen:
Added a caveat that you may need to watch out for in the release notes. I filed an npgsql issue.