jhfreestyle

Results 2 comments of jhfreestyle

Hi, could it be related to this recent commit ? https://github.com/borisdj/EFCore.BulkExtensions/issues/1578 #1578 I'm experiencing same issue since upgrade from 8.0.2 to 8.1.2, using sqlserver. Return ids are wrong and mess...

Yes similar ! Using sqlserver, bulkinsertOrUpdate with setOutputId true and preserveOrder true. I'm also preloading new entites with id from -count to -1 (instead 0) Will do more tests in...