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 dotnet/efcore#21420
(cherry picked from commit ab5d62a)
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 91c2432)