borisdj / EFCore.BulkExtensions

Entity Framework EF Core efcore Bulk Batch Extensions with BulkCopy in .Net for Insert Update Delete Read (CRUD), Truncate and SaveChanges operations on SQL Server, PostgreSQL, MySQL, SQLite

Home Page:https://codis.tech/efcorebulk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PostgreSQL exception bulkUpdate when use CalculateStats

phonglevishn opened this issue · comments

.net 8
EFCore.BulkExtensions (8.0.2)

  • When I use "CalculateStats = true" and "UseTempDB=true"
    Screenshot 2024-03-12 092954
    -> Error
    Screenshot 2024-03-12 092821
  • When I use "CalculateStats = true" and remove "UseTempDB=true"
    -> Error
    image

-> Success, if I remove "CalculateStats = true"
how can i fix this error, please help !