You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using Npgsql with EFCore, AspNetCore and IdentityServer4. I upgraded all our nuget packages to latest and have switched from netcoreapp3.0 to netcoreapp3.1.
However, after doing this, we are seeing exceptions when migrating Identity related databases for the first time:
Error occurred : Npgsql.PostgresException (0x80004005): 42601: syntax error at or near "PERFORM"
Since it's an error in the SQL syntax, I am logging this issue here. Let me know if I'm mistaken and should open this with another library.
The text was updated successfully, but these errors were encountered:
We are using Npgsql with EFCore, AspNetCore and IdentityServer4. I upgraded all our nuget packages to latest and have switched from netcoreapp3.0 to netcoreapp3.1.
However, after doing this, we are seeing exceptions when migrating Identity related databases for the first time:
Error occurred : Npgsql.PostgresException (0x80004005): 42601: syntax error at or near "PERFORM"
Since it's an error in the SQL syntax, I am logging this issue here. Let me know if I'm mistaken and should open this with another library.
The text was updated successfully, but these errors were encountered: