Home

LinqPad 8 / EF Core 8 / ConvertInfinityDateTime

edited May 3

I'm trying to use LinqPad to connect via the Entity Framework Core connector, to my PostgreSql 15.x database and I have several tables that have "timestamp with no time zone" as a data type.

In EF 6 I was able to connect to my DB by using the ConvertInfinityDateTime=True in the connection string. Now I get an error telling me that this "ConvertInfinityDateTime" does not exist in the dictionary.

I tried the Linq-to-Db connector connects, but that doesn't give me my JSON fields (except as strings).

If anyone has any suggestions on how to get this to work again, I would appreciate it.

Sign In or Register to comment.