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
Both add the "temp" keyword on "create table" statement only when the "unlogged" argument is true, but the correct thing would be to add it when the "useTempDb" argument is true.
Both add the "temp" keyword on "create table" statement only when the "unlogged" argument is true, but the correct thing would be to add it when the "useTempDb" argument is true.
EFCore.BulkExtensions/EFCore.BulkExtensions.PostgreSql/SqlAdapters/PostgreSql/PostgreSqlQueryBuilder.cs
Lines 22 to 36 in 9ea847e
The text was updated successfully, but these errors were encountered: