From 4e9051a53a91feccdb7531a8722ae39f998d3a72 Mon Sep 17 00:00:00 2001 From: AndreasElmiger Date: Fri, 9 Sep 2022 16:32:58 +0200 Subject: [PATCH] update dapper version from 1.50.5 to 2.0.123 reason: TimeSpan will be parsed as default to :time for Postgres under this version, newer version fixes the issue and sets the default to :interval. (fixed npgsql issue) --- SqlKata.Execution/SqlKata.Execution.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SqlKata.Execution/SqlKata.Execution.csproj b/SqlKata.Execution/SqlKata.Execution.csproj index d5e27aad..8066a431 100644 --- a/SqlKata.Execution/SqlKata.Execution.csproj +++ b/SqlKata.Execution/SqlKata.Execution.csproj @@ -32,7 +32,7 @@ - +