TortugaResearch / Tortuga.Chain

A fluent ORM for .NET
Other
336 stars 22 forks source link

For `InsertBatch` and `InsertBulk`, if the object count is zero then turn it into a clean error message. #511

Open Grauenwolf opened 5 months ago

Grauenwolf commented 5 months ago

We shouldn't be triggering an error if someone tries to insert an empty list of objects.