schotime / NPoco

Simple microORM that maps the results of a query onto a POCO object. Project based on Schotime's branch of PetaPoco
Apache License 2.0
848 stars 302 forks source link

Fix UpdateBatchAsync() by using the Poco's PocoData instead of the UpdateBatch one #611

Closed raphaelr closed 4 years ago

raphaelr commented 4 years ago

UpdateBatchAsync() doesn't currently work, because it uses the UpdateBatch PocoData instead of the Poco's PocoData.

Fixed it by copying the correct line from the synchronous UpdateBatch().

schotime commented 4 years ago

This has been fixed in v5 already, which is why I got confused. Update to v5 if you need this.