We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Column("F_PURCHASE_DATE",TypeName = "date")] public DateOnly? FPurchaseDate { get; set; } [Column("F_MAINTEN_DATE")] public DateOnly? FMaintenDate { get; set; } 生成的获取数据的SQL 包含属性,使用Ado .net 读取拦截跳过了该属性 freeSql.Aop.AuditDataReader += (_, e) => { if (e.DataReader.GetFieldType(e.Index) == typeof(DateOnly)) e.Value = DateOnly.MinValue; }; // c# code
SqlServer 2008R2
FreeSql 3.2.832 FreeSql.Provider.SqlServerForSystem 3.2.832
.Net Core 8.0.302
The text was updated successfully, but these errors were encountered:
- 修复 DateOnly/TimeOnly 映射问题;#1868 #1855 #1763 #939 #991
2334fe2
v3.5.100-preview20240819 #1868 #1855 #1763 #939 #991
dd4aa02
v3.5.100 #1936 #1934 #1933 #1931 #1923 #1922 #1920 #1919 #1917 #1906 #…
14588ba
…1870 #1868 #1868 #1855 #1763 #1763 #1746 #991 #991 #939 #939
No branches or pull requests
问题描述及重现代码:
数据库版本
SqlServer 2008R2
安装的Nuget包
FreeSql 3.2.832
FreeSql.Provider.SqlServerForSystem 3.2.832
.net framework/. net core? 及具体版本
.Net Core 8.0.302
The text was updated successfully, but these errors were encountered: