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
https://codis.tech/efcorebulk
Other
3.66k stars 582 forks source link

ArgumentOutOfRangeException on simple batch delete query #623

Closed fschick closed 3 years ago

fschick commented 3 years ago

The exception occurs when using a PostgreSQL or MySQL database. Not sure, if you like to support databases other than SqlServer and Sqlite. At least, there is a comment in the code SqlServerDialect.cs, line 36: var isSqlServer = true; // SqlServer : PostrgeSql; // TODO change to specific type A minimal example to reproduce the exception: EFCore.BulkExtensions.ReproduceIssue532.zip

Originally posted by @fschick in https://github.com/borisdj/EFCore.BulkExtensions/issues/532#issuecomment-902504666

borisdj commented 3 years ago

Dupe: https://github.com/borisdj/EFCore.BulkExtensions/issues/67