Skip to content

PostgreSQL data type compatibility and error messages #32

@novmark

Description

@novmark

When using QueryFirst with PostgreSQL via Npgsql queries against PostgreSQL types such as Enums, fail silently with no regeneration of code and no error messages.

There are easy workarounds in the query for some types, Eg for Enums cast to text, abuse enumrange or create a function to return an ordinal. So the the missing datatypes are not necessarily a dealbreaker.

However, it would be great if at least an error message was generated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions