Skip to content

Commit

Permalink
build(deps): bump Npgsql from 8.0.2 to 8.0.3 (#518)
Browse files Browse the repository at this point in the history
* build(deps): bump Npgsql from 8.0.2 to 8.0.3

Bumps [Npgsql](https://github.com/npgsql/npgsql) from 8.0.2 to 8.0.3.
- [Release notes](https://github.com/npgsql/npgsql/releases)
- [Commits](npgsql/npgsql@v8.0.2...v8.0.3)

---
updated-dependencies:
- dependency-name: Npgsql
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Back-ported fix of fragile PostgreSQL unit test from main

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
erikbra and dependabot[bot] authored May 11, 2024
1 parent ffa2eb4 commit 50f2387
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PackageVersion Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
<PackageVersion Include="Npgsql" Version="8.0.2" />
<PackageVersion Include="Npgsql" Version="8.0.3" />
<PackageVersion Include="Microsoft.Data.Sqlite" Version="8.0.2" />
<PackageVersion Include="System.CommandLine.NamingConventionBinder" Version="2.0.0-beta4.22272.1" />
<PackageVersion Include="Microsoft.Data.SqlClient" Version="5.2.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ public class Failing_Scripts(PostgreSqlGrateTestContext testContext, ITestOutput
{"MessageText", "column \"top\" does not exist"},
{"Position", 8},
{"File", "parse_relation.c"},
{"Line", "3713"},
// The line is PostgreSQL version specific, so it doesn't make sense to check it.
//{"Line", "3713"},
{"Routine", "errorMissingColumn"}
};
}

0 comments on commit 50f2387

Please sign in to comment.