Simple microORM that maps the results of a query onto a POCO object. Project based on Schotime's branch of PetaPoco
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
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().