You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable buffering for split queries
Otherwise MARS is assumed by EF Core, which we don't support.
See https://github.com/dotnet/efcore/issues/21420
(cherry picked from commit ab5d62a447c3480de38b152ba14be12cce8e0b93)
Uninstall PG on Github Actions
Since PostgreSQL now comes pre-installed on the Github Actions image,
this messes up our custom installations.
(cherry picked from commit 91c243213c573081b419452ed3ebac5c48d620b8)