Skip to content

Projection .Select(p => p.MyColumn) not supported #4

@softlion

Description

@softlion

Linq Projections like context.Table().Select(p => p.MyColumnNullableGuid) do not work correctly with nullable types, like Guid?

The result of the above query is a projected list, not empty, but containing only null values.

Any idea how to fix ?

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