We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c37d4bb commit c955bc8Copy full SHA for c955bc8
test/WorkflowCore.Tests.PostgreSQL/DockerSetup.cs
@@ -13,6 +13,7 @@ public class PostgresDockerSetup : IAsyncLifetime
13
14
public PostgresDockerSetup()
15
{
16
+ AppContext.SetSwitch("Npgsql.EnableLegacyTimestampBehavior", true);
17
_postgreSqlResource = new PostgreSqlResource();
18
}
19
0 commit comments