Npgsql.FSharp icon indicating copy to clipboard operation
Npgsql.FSharp copied to clipboard

Use PrepareAsync for asynchronous calls

Open mickednk opened this issue 1 year ago • 0 comments

When using the async functions for executing queries we should also use the async version of NpgsqlCommand.PrepareAsync(). Affected functions are executeAsync, iterAsync, executeRowAsync, executeNonQueryAsync.

mickednk avatar Feb 15 '24 10:02 mickednk