Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency npgsql.entityframeworkcore.postgresql …
…to v9 (#92) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Npgsql.EntityFrameworkCore.PostgreSQL](https://redirect.github.com/npgsql/efcore.pg) | `8.0.10` -> `9.0.1` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Npgsql.EntityFrameworkCore.PostgreSQL/9.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Npgsql.EntityFrameworkCore.PostgreSQL/9.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Npgsql.EntityFrameworkCore.PostgreSQL/8.0.10/9.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Npgsql.EntityFrameworkCore.PostgreSQL/8.0.10/9.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>npgsql/efcore.pg (Npgsql.EntityFrameworkCore.PostgreSQL)</summary> ### [`v9.0.0`](https://redirect.github.com/npgsql/efcore.pg/releases/tag/v9.0.0) See the [release notes](https://www.npgsql.org/efcore/release-notes/9.0.html). The full list of changes is available [here](https://redirect.github.com/npgsql/efcore.pg/milestone/61?closed=1). #### What's Changed - Fix operator precedence of AT TIME ZONE by [@​roji](https://redirect.github.com/roji) in [https://github.com/npgsql/efcore.pg/pull/2987](https://redirect.github.com/npgsql/efcore.pg/pull/2987) - Add method postfix when rewriting parameters for StartsWith/EndsWith/Contains by [@​roji](https://redirect.github.com/roji) in [https://github.com/npgsql/efcore.pg/pull/2995](https://redirect.github.com/npgsql/efcore.pg/pull/2995) - Bring back enumerable Concat/Append translations for ExecuteUpdate by [@​roji](https://redirect.github.com/roji) in [https://github.com/npgsql/efcore.pg/pull/3005](https://redirect.github.com/npgsql/efcore.pg/pull/3005) - Bump actions/setup-dotnet from 3 to 4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/npgsql/efcore.pg/pull/3006](https://redirect.github.com/npgsql/efcore.pg/pull/3006) - Fix containment inference of multirange mapping from non-range item by [@​roji](https://redirect.github.com/roji) in [https://github.com/npgsql/efcore.pg/pull/3013](https://redirect.github.com/npgsql/efcore.pg/pull/3013) - Bump actions/upload-artifact from 3 to 4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/npgsql/efcore.pg/pull/3022](https://redirect.github.com/npgsql/efcore.pg/pull/3022) - Bump github/codeql-action from 2 to 3 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/npgsql/efcore.pg/pull/3019](https://redirect.github.com/npgsql/efcore.pg/pull/3019) - Cast NodaTime DateInterval.End to date. by [@​roji](https://redirect.github.com/roji) in [https://github.com/npgsql/efcore.pg/pull/3024](https://redirect.github.com/npgsql/efcore.pg/pull/3024) - Fix index creation when both collation and operators are specified by [@​roji](https://redirect.github.com/roji) in [https://github.com/npgsql/efcore.pg/pull/3028](https://redirect.github.com/npgsql/efcore.pg/pull/3028) - Fix PgTableValuedFunctionExpression cloning by [@​roji](https://redirect.github.com/roji) in [https://github.com/npgsql/efcore.pg/pull/3026](https://redirect.github.com/npgsql/efcore.pg/pull/3026) - Make Npgsql-specific JsonValueReaderWriters public for compiled model by [@​roji](https://redirect.github.com/roji) in [https://github.com/npgsql/efcore.pg/pull/3029](https://redirect.github.com/npgsql/efcore.pg/pull/3029) - Support NpgsqlUIntTypeMapping for the compiled model by [@​roji](https://redirect.github.com/roji) in [https://github.com/npgsql/efcore.pg/pull/3030](https://redirect.github.com/npgsql/efcore.pg/pull/3030) - Translate DateTime.Date without type mapping in legacy mode by [@​roji](https://redirect.github.com/roji) in [https://github.com/npgsql/efcore.pg/pull/3032](https://redirect.github.com/npgsql/efcore.pg/pull/3032) - Fix null semantics for ILikeExpression by [@​roji](https://redirect.github.com/roji) in [https://github.com/npgsql/efcore.pg/pull/3039](https://redirect.github.com/npgsql/efcore.pg/pull/3039) - Remove incorrect variable declaration in NpgsqlArrayConverter by [@​roji](https://redirect.github.com/roji) in [https://github.com/npgsql/efcore.pg/pull/3047](https://redirect.github.com/npgsql/efcore.pg/pull/3047) - Fix bad array access when an AFTER trigger raises an exception in SaveChanges by [@​roji](https://redirect.github.com/roji) in [https://github.com/npgsql/efcore.pg/pull/3049](https://redirect.github.com/npgsql/efcore.pg/pull/3049) - Automatic conversion to primary constructors by [@​roji](https://redirect.github.com/roji) in [https://github.com/npgsql/efcore.pg/pull/3048](https://redirect.github.com/npgsql/efcore.pg/pull/3048) - Automatic usage of collection initializers by [@​roji](https://redirect.github.com/roji) in [https://github.com/npgsql/efcore.pg/pull/3051](https://redirect.github.com/npgsql/efcore.pg/pull/3051) - Always add parentheses around PgUnknownBinaryExpression by [@​roji](https://redirect.github.com/roji) in [https://github.com/npgsql/efcore.pg/pull/3073](https://redirect.github.com/npgsql/efcore.pg/pull/3073) - Sync to EF 9.0.0-preview.1.24081.2 by [@​roji](https://redirect.github.com/roji) in [https://github.com/npgsql/efcore.pg/pull/3089](https://redirect.github.com/npgsql/efcore.pg/pull/3089) - Prune PgTableValuedFunctionExpression's projection by [@​roji](https://redirect.github.com/roji) in [https://github.com/npgsql/efcore.pg/pull/3090](https://redirect.github.com/npgsql/efcore.pg/pull/3090) - Downgrade xunit back to 2.6.1 by [@​roji](https://redirect.github.com/roji) in [https://github.com/npgsql/efcore.pg/pull/3094](https://redirect.github.com/npgsql/efcore.pg/pull/3094) - Don't use NpgsqlDataSource from DI if connection string/connection is specified by [@​roji](https://redirect.github.com/roji) in [https://github.com/npgsql/efcore.pg/pull/3102](https://redirect.github.com/npgsql/efcore.pg/pull/3102) - Remove unneeded backslash ESCAPE from LIKE translations by [@​roji](https://redirect.github.com/roji) in [https://github.com/npgsql/efcore.pg/pull/3103](https://redirect.github.com/npgsql/efcore.pg/pull/3103) - Add translation of string.Join overload used with List<string> parameter, fix [#​3105](https://redirect.github.com/npgsql/efcore.pg/issues/3105) by [@​georg-jung](https://redirect.github.com/georg-jung) in [https://github.com/npgsql/efcore.pg/pull/3106](https://redirect.github.com/npgsql/efcore.pg/pull/3106) - Sync to EF 9.0.0-preview.2.24128.4 by [@​roji](https://redirect.github.com/roji) in [https://github.com/npgsql/efcore.pg/pull/3125](https://redirect.github.com/npgsql/efcore.pg/pull/3125) - Add Translation for to_date and to_timestamp as DBFunctions extensions by [@​WhatzGames](https://redirect.github.com/WhatzGames) in [https://github.com/npgsql/efcore.pg/pull/2936](https://redirect.github.com/npgsql/efcore.pg/pull/2936) - Make INpgsqlRelationalConnection.CloneWith return INpgsqlRelationalConnection by [@​roji](https://redirect.github.com/roji) in [https://github.com/npgsql/efcore.pg/pull/3144](https://redirect.github.com/npgsql/efcore.pg/pull/3144) - ToDate/ToTimestamp non-nullable by [@​WhatzGames](https://redirect.github.com/WhatzGames) in [https://github.com/npgsql/efcore.pg/pull/3146](https://redirect.github.com/npgsql/efcore.pg/pull/3146) - Stop eagerly throwing when setting value generation strategy by [@​roji](https://redirect.github.com/roji) in [https://github.com/npgsql/efcore.pg/pull/3147](https://redirect.github.com/npgsql/efcore.pg/pull/3147) - Small primitive collection cleanup by [@​roji](https://redirect.github.com/roji) in [https://github.com/npgsql/efcore.pg/pull/3149](https://redirect.github.com/npgsql/efcore.pg/pull/3149) - Sync to 9.0.0-preview.3.24172.4 by [@​roji](https://redirect.github.com/roji) in [https://github.com/npgsql/efcore.pg/pull/3153](https://redirect.github.com/npgsql/efcore.pg/pull/3153) - Use Npgsql 8.0.3 by [@​roji](https://redirect.github.com/roji) in [https://github.com/npgsql/efcore.pg/pull/3166](https://redirect.github.com/npgsql/efcore.pg/pull/3166) - Remove direct dependency on EFCore.Abstractions by [@​roji](https://redirect.github.com/roji) in [https://github.com/npgsql/efcore.pg/pull/3171](https://redirect.github.com/npgsql/efcore.pg/pull/3171) - Major work around DbDataSource management, enum handling and plugins by [@​roji](https://redirect.github.com/roji) in [https://github.com/npgsql/efcore.pg/pull/3167](https://redirect.github.com/npgsql/efcore.pg/pull/3167) - Add missing check for predicate in primitive collection simplifications by [@​roji](https://redirect.github.com/roji) in [https://github.com/npgsql/efcore.pg/pull/3196](https://redirect.github.com/npgsql/efcore.pg/pull/3196) - Add ordering by ordinality column for primitive collections by [@​roji](https://redirect.github.com/roji) in [https://github.com/npgsql/efcore.pg/pull/3209](https://redirect.github.com/npgsql/efcore.pg/pull/3209) - Correct non-NodaTime date/time type mappings when NodaTime is configured by [@​roji](https://redirect.github.com/roji) in [https://github.com/npgsql/efcore.pg/pull/3214](https://redirect.github.com/npgsql/efcore.pg/pull/3214) - Add UUID version 7 as the default guid generator by [@​ChrisJollyAU](https://redirect.github.com/ChrisJollyAU) in [https://github.com/npgsql/efcore.pg/pull/3249](https://redirect.github.com/npgsql/efcore.pg/pull/3249) - Rename NpgsqlUuid7ValueGenerator to NpgsqlSequentialGuidValueGenerator and make it public by [@​roji](https://redirect.github.com/roji) in [https://github.com/npgsql/efcore.pg/pull/3255](https://redirect.github.com/npgsql/efcore.pg/pull/3255) - Sync to EF Core 9.0.0-preview.7.24405.3 by [@​roji](https://redirect.github.com/roji) in [https://github.com/npgsql/efcore.pg/pull/3258](https://redirect.github.com/npgsql/efcore.pg/pull/3258) - Sync to EF Core 9.0.0-rc.1.24451.1 by [@​roji](https://redirect.github.com/roji) in [https://github.com/npgsql/efcore.pg/pull/3260](https://redirect.github.com/npgsql/efcore.pg/pull/3260) - Run CI tests on PG17 (beta) by [@​roji](https://redirect.github.com/roji) in [https://github.com/npgsql/efcore.pg/pull/3256](https://redirect.github.com/npgsql/efcore.pg/pull/3256) - Various code style/cleanup by [@​roji](https://redirect.github.com/roji) in [https://github.com/npgsql/efcore.pg/pull/3261](https://redirect.github.com/npgsql/efcore.pg/pull/3261) - Don't use same table in join when it is also primary target table by [@​ChrisJollyAU](https://redirect.github.com/ChrisJollyAU) in [https://github.com/npgsql/efcore.pg/pull/3263](https://redirect.github.com/npgsql/efcore.pg/pull/3263) - Sync to EF Core 9.0.0-rc.2.24460.3 by [@​roji](https://redirect.github.com/roji) in [https://github.com/npgsql/efcore.pg/pull/3275](https://redirect.github.com/npgsql/efcore.pg/pull/3275) - Negated syntax for regex and ILIKE by [@​roji](https://redirect.github.com/roji) in [https://github.com/npgsql/efcore.pg/pull/3276](https://redirect.github.com/npgsql/efcore.pg/pull/3276) - Add ConfigureDataSource() to NpgsqlDbContextOptionsBuilder by [@​roji](https://redirect.github.com/roji) in [https://github.com/npgsql/efcore.pg/pull/3277](https://redirect.github.com/npgsql/efcore.pg/pull/3277) - Support arbitrary enumerables in NpgsqlArrayConverter by [@​roji](https://redirect.github.com/roji) in [https://github.com/npgsql/efcore.pg/pull/3290](https://redirect.github.com/npgsql/efcore.pg/pull/3290) - Redo NpgsqlSetOperationTypingInjector by [@​roji](https://redirect.github.com/roji) in [https://github.com/npgsql/efcore.pg/pull/3291](https://redirect.github.com/npgsql/efcore.pg/pull/3291) - Implement Precompiled Query Tests by [@​ChrisJollyAU](https://redirect.github.com/ChrisJollyAU) in [https://github.com/npgsql/efcore.pg/pull/3289](https://redirect.github.com/npgsql/efcore.pg/pull/3289) - Catch exception instead of trying to check if the history repository exists by [@​roji](https://redirect.github.com/roji) in [https://github.com/npgsql/efcore.pg/pull/3294](https://redirect.github.com/npgsql/efcore.pg/pull/3294) - Properly escape constant regex patterns by [@​roji](https://redirect.github.com/roji) in [https://github.com/npgsql/efcore.pg/pull/3299](https://redirect.github.com/npgsql/efcore.pg/pull/3299) - Handle another error code when concurrently creating the migrations history table by [@​roji](https://redirect.github.com/roji) in [https://github.com/npgsql/efcore.pg/pull/3301](https://redirect.github.com/npgsql/efcore.pg/pull/3301) - Prefix JSON geometry representation with SRID by [@​roji](https://redirect.github.com/roji) in [https://github.com/npgsql/efcore.pg/pull/3307](https://redirect.github.com/npgsql/efcore.pg/pull/3307) - Bump dependencies by [@​roji](https://redirect.github.com/roji) in [https://github.com/npgsql/efcore.pg/pull/3316](https://redirect.github.com/npgsql/efcore.pg/pull/3316) - Configure CI for released PG17 by [@​roji](https://redirect.github.com/roji) in [https://github.com/npgsql/efcore.pg/pull/3300](https://redirect.github.com/npgsql/efcore.pg/pull/3300) - Translate array.Where(i => i != x) to array_remove by [@​roji](https://redirect.github.com/roji) in [https://github.com/npgsql/efcore.pg/pull/3328](https://redirect.github.com/npgsql/efcore.pg/pull/3328) - Remove enum/extension conventions when creating migrations history table by [@​roji](https://redirect.github.com/roji) in [https://github.com/npgsql/efcore.pg/pull/3329](https://redirect.github.com/npgsql/efcore.pg/pull/3329) - Use Npgsql 9.0.0-preview.1-ci.20241025T100626 by [@​roji](https://redirect.github.com/roji) in [https://github.com/npgsql/efcore.pg/pull/3330](https://redirect.github.com/npgsql/efcore.pg/pull/3330) - Use Npgsql's new CloneWithAsync by [@​roji](https://redirect.github.com/roji) in [https://github.com/npgsql/efcore.pg/pull/3332](https://redirect.github.com/npgsql/efcore.pg/pull/3332) - Translations around DateOnly.DayNumber by [@​roji](https://redirect.github.com/roji) in [https://github.com/npgsql/efcore.pg/pull/3333](https://redirect.github.com/npgsql/efcore.pg/pull/3333) - Support mapping jsonpath by [@​roji](https://redirect.github.com/roji) in [https://github.com/npgsql/efcore.pg/pull/3334](https://redirect.github.com/npgsql/efcore.pg/pull/3334) - Call NpgsqlDataSource.Clear when doing EnsureDeleted by [@​roji](https://redirect.github.com/roji) in [https://github.com/npgsql/efcore.pg/pull/3337](https://redirect.github.com/npgsql/efcore.pg/pull/3337) - Fix JsonValueReaderWriter check to support polymorphism by [@​roji](https://redirect.github.com/roji) in [https://github.com/npgsql/efcore.pg/pull/3339](https://redirect.github.com/npgsql/efcore.pg/pull/3339) - Fix scalar casting from string for POCO/DOM JSON mode by [@​roji](https://redirect.github.com/roji) in [https://github.com/npgsql/efcore.pg/pull/3340](https://redirect.github.com/npgsql/efcore.pg/pull/3340) - Fix arrays over user-defined ranges by [@​roji](https://redirect.github.com/roji) in [https://github.com/npgsql/efcore.pg/pull/3342](https://redirect.github.com/npgsql/efcore.pg/pull/3342) - Don't open connection if already open when reloading types by [@​roji](https://redirect.github.com/roji) in [https://github.com/npgsql/efcore.pg/pull/3343](https://redirect.github.com/npgsql/efcore.pg/pull/3343) - Invoke connection interceptor before tweaking connection string in Exists() by [@​roji](https://redirect.github.com/roji) in [https://github.com/npgsql/efcore.pg/pull/3349](https://redirect.github.com/npgsql/efcore.pg/pull/3349) - Remove old obsoleted APIs by [@​roji](https://redirect.github.com/roji) in [https://github.com/npgsql/efcore.pg/pull/3350](https://redirect.github.com/npgsql/efcore.pg/pull/3350) - Add tstzrange to NpgsqlRange<DateTimeOffset> by [@​roji](https://redirect.github.com/roji) in [https://github.com/npgsql/efcore.pg/pull/3351](https://redirect.github.com/npgsql/efcore.pg/pull/3351) - Fix error around mapping Nullable<JsonElement> by [@​roji](https://redirect.github.com/roji) in [https://github.com/npgsql/efcore.pg/pull/3353](https://redirect.github.com/npgsql/efcore.pg/pull/3353) - Use .NET/EF 9.0 GA by [@​roji](https://redirect.github.com/roji) in [https://github.com/npgsql/efcore.pg/pull/3361](https://redirect.github.com/npgsql/efcore.pg/pull/3361) - Detect and throw for NpgsqlTypeMappings as element type mappings by [@​roji](https://redirect.github.com/roji) in [https://github.com/npgsql/efcore.pg/pull/3367](https://redirect.github.com/npgsql/efcore.pg/pull/3367) - Allow MapEnum() without an enum name by [@​roji](https://redirect.github.com/roji) in [https://github.com/npgsql/efcore.pg/pull/3368](https://redirect.github.com/npgsql/efcore.pg/pull/3368) #### New Contributors - [@​georg-jung](https://redirect.github.com/georg-jung) made their first contribution in [https://github.com/npgsql/efcore.pg/pull/3106](https://redirect.github.com/npgsql/efcore.pg/pull/3106) - [@​WhatzGames](https://redirect.github.com/WhatzGames) made their first contribution in [https://github.com/npgsql/efcore.pg/pull/2936](https://redirect.github.com/npgsql/efcore.pg/pull/2936) - [@​ChrisJollyAU](https://redirect.github.com/ChrisJollyAU) made their first contribution in [https://github.com/npgsql/efcore.pg/pull/3249](https://redirect.github.com/npgsql/efcore.pg/pull/3249) **Full Changelog**: npgsql/efcore.pg@v8.0.0...v9.0.0 ### [`v8.0.11`](https://redirect.github.com/npgsql/efcore.pg/releases/tag/v8.0.11) The full list of changes is available [here](https://redirect.github.com/npgsql/efcore.pg/milestone/67?closed=1). **Full Changelog**: npgsql/efcore.pg@v8.0.10...v8.0.11 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 9pm,before 6am" in timezone Europe/Zurich, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/smartive/cas-fee-adv-mumble-api). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information