Closed martinothamar closed 6 months ago
I noticed that orders are not included in the transaction when executed. When CreateCommand is invoked on NpgsqlDataSource, it is creating a new connection
CreateCommand
NpgsqlDataSource
I also awaited each secondary insert as well, as the connection itself is not threadsafe
N/A
Description
I noticed that orders are not included in the transaction when executed. When
CreateCommand
is invoked onNpgsqlDataSource
, it is creating a new connectionI also awaited each secondary insert as well, as the connection itself is not threadsafe
Related Issue(s)
N/A
Verification
Documentation