We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 678e526 commit 64ee87aCopy full SHA for 64ee87a
src/PgKeyValueDB/NpgsqlDataSourceExtensions.cs
@@ -47,7 +47,7 @@ internal static async Task<int> ExecuteAsync(this NpgsqlDataSource dataSource, N
47
{
48
try
49
50
- await using var conn = await dataSource.OpenConnectionAsync();
+ await using var conn = await dataSource.OpenConnectionAsync(token);
51
await using var cmd = new NpgsqlCommand(context.Sql, conn);
52
if (context.Parameters != null)
53
foreach (var parameter in context.Parameters)
0 commit comments