correction bug bdd
continuous-integration/drone/push Build is passing Details

Link_to_npgsql
Vincent ASTOLFI 2 years ago
parent d0c1493116
commit 5b1a4d0e9a

@ -111,7 +111,7 @@ namespace LinqToPgSQL
using (var command1 = new NpgsqlCommand(requete, conn)) using (var command1 = new NpgsqlCommand(requete, conn))
{ {
command1.Parameters.AddWithValue("p2", i.Id); command1.Parameters.AddWithValue("p", i.Id);
await command1.ExecuteNonQueryAsync(); await command1.ExecuteNonQueryAsync();
} }

Loading…
Cancel
Save