Skip to content

Entity Framework Core Using ULID as Primary Key #103

@toddca

Description

@toddca

I have run into an issue whereby I cannot so something like this:

entitiesQuery.Where(x => x.Id <= c.LastId);

I thought well its because there is no operators an a ULID (see #93 ). But that still will not fix the issue since EF cannot translate to server side TSQL.

This seems like a huge issue and is blocking my ability to use ULID and EF Core.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions