fix(shared): bind platform when creating group manager
PR Checks / test-and-build (pull_request) Successful in 12m53s

Add a PostgreSQL integration regression test for new-platform-group session creation. The production failure was a missing Platform parameter in the group_managers insert, leaving @Platform in SQL and causing PostgreSQL 42883. Bump version to 3.9.8.
This commit is contained in:
2026-06-09 15:16:54 +03:00
parent 2241568bac
commit efd86bca0a
6 changed files with 143 additions and 7 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>3.9.7</Version>
<Version>3.9.8</Version>
<TargetFramework>net10.0</TargetFramework>
<LangVersion>preview</LangVersion>
<Nullable>enable</Nullable>