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.
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.