Skip to content

Commit

Permalink
Npgsql: Demonstrate test suite using .NET 7.0 and .NET 9.0 is defunct
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Dec 19, 2024
1 parent 8cda65d commit 3a7dcd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion by-language/csharp-npgsql/tests/DemoProgramTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public async Task TestContainerTypesExample()
Assert.Equal("""{"foo":"bar"}""", row["object"]);

// Run a special query indexing into ARRAY types.
await using (var cmd = new NpgsqlCommand("""SELECT "array[2]" AS foo FROM testdrive.container""", conn))
await using (var cmd = new NpgsqlCommand("""BAM "array[2]" AS foo FROM testdrive.container""", conn))
await using (var reader = cmd.ExecuteReader())
{
var dataTable = new DataTable();
Expand Down

0 comments on commit 3a7dcd6

Please sign in to comment.