SQLProvider
SQLProvider copied to clipboard
Deleted row count for Seq.``delete all items from single table``
trafficstars
Description
executeDeleteQueryAsync in SqlRuntime.Linq.fs doesn't return deleted row count.
Repro steps
Seq.delete all items from single table always returns 0.
Expected behavior
Seq.delete all items from single table should return the number of rows deleted.
Known workarounds
Use cmd.ExecuteNonQueryAsync instead of cmd.ExecuteScalarAsync
Sounds like a fair request, and doable. :-)