Skip to content

Commit

Permalink
Ignore multirange test pre PG 14
Browse files Browse the repository at this point in the history
(cherry picked from commit 87aeafb)
  • Loading branch information
NinoFloris committed May 9, 2024
1 parent d674f28 commit c5aab16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/Npgsql.Tests/CommandTests.cs
Expand Up @@ -984,6 +984,7 @@ public async Task Range_overflow_message_length_throws()
public async Task Multirange_overflow_message_length_throws()
{
await using var adminConnection = await OpenConnectionAsync();
MinimumPgVersion(adminConnection, "14.0", "Multirange types were introduced in PostgreSQL 14");
var type = await GetTempTypeName(adminConnection);
var rangeType = await GetTempTypeName(adminConnection);

Expand Down

2 comments on commit c5aab16

@Trolldemorted
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing CVE-2024-32655 -did you push v8.0.3 to nuget yet? 8.0.3 is not yet available there

@NinoFloris
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be there, take a look https://www.nuget.org/packages/Npgsql/8.0.3

Please sign in to comment.