DotNetNext / SqlSugar

.Net aot ORM Fastest ORM Simple Easy VB.NET Sqlite orm Oracle ORM Mysql Orm 虚谷数据库 postgresql ORm SqlServer oRm 达梦 ORM 人大金仓 ORM 神通ORM C# ORM , C# ORM .NET ORM NET5 ORM .NET6 ORM ClickHouse orm QuestDb ,TDengine ORM,OceanBase orm,GaussDB orm ,Tidb orm Object/Relational Mapping
https://www.donet5.com/Home/Doc
MIT License
5.17k stars 1.32k forks source link

PostgreSql Insertable 一串 List 的时候, 9999-12-31 23:59:59.999999 会变成 “ #1232

Closed idea-zone closed 2 months ago

DotNetNext commented 2 months ago

没有听懂

DotNetNext commented 2 months ago

你实体是datetime是什么,实体值是多少

idea-zone commented 2 months ago

class Test1{ public DateTime StartDateTime { get; set; } = DateTime.MinValue; public DateTime EndDateTime { get; set; } = DateTime.MinValue; }

@.***

发件人: 果糖网 发送时间: 2024-04-12 16:48 收件人: DotNetNext/SqlSugar 抄送: idea-zone; Author 主题: Re: [DotNetNext/SqlSugar] PostgreSql Insertable 一串 List 的时候, 9999-12-31 23:59:59.999999 会变成 “ (Issue #1232) 你实体是datetime是什么,实体值是多少 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

idea-zone commented 2 months ago

这个可能是网络导致我的 issue 写了一半就法出去了 具体见这个,这个 issue 我关闭了 https://github.com/DotNetNext/SqlSugar/issues/1233