345 Commits

Author SHA1 Message Date
alex chow
cf555ae5e7 添加xamarinFormApp例子,安卓,iOS,WPF 2020-11-27 01:33:20 +01:00
2881099
d95524f4fe v2.0.101 - 修复 2.0 bug、net50 问题 2020-11-26 20:21:36 +08:00
2881099
44e6eb2979 - 修复 .net5 单文本部署读取注释报错; 2020-11-23 10:36:35 +08:00
2881099
2cac4c3094 update to .net5.0 2020-11-12 04:31:51 +08:00
28810
682b5b35b8 - 修复 DbContext/UnitOfWork EntityChangeReport 参数 BeforeObject 值无效的 bug; 2020-10-13 17:26:12 +08:00
28810
e777e7e86f - 修复 内部 decimal 默认值在 core 3.1+ 报错的问题; 2020-10-12 12:53:16 +08:00
28810
06909cb428 update readme 2020-09-12 06:06:51 +08:00
luoyunchong
46862bc10f FreeSqlDbContextExtensions remove test code 2020-09-03 23:00:28 +08:00
28810
6cbc452e46 - 修复 WhereDynamicFilter System.Text.Json 下的问题; 2020-08-25 14:08:02 +08:00
28810
d266446062 - 修复 1.8.0-preview WhereDynamic IN 机制;#431 2020-08-24 10:12:23 +08:00
28810
8cec3e396b 内部 ColumnInfo 调整 2020-08-18 18:14:02 +08:00
28810
f43d42bc2e - 增加 IAdo.GetDbParamtersByObject 方法获取 DbParameter[]; 2020-08-17 13:59:27 +08:00
28810
7dd8eacce3 - 完善 ToChunk 分块加载查询,应用到 ISelect`1..10 中; 2020-08-17 08:58:34 +08:00
28810
4acbc712d6 - 修正 UnitOfWorkManager Requierd 命名为 Required; 2020-08-17 07:02:32 +08:00
28810
5eb0b78d85 - 增加 扩展包 FreeSql.Extensions.AdoNet #267; 2020-08-16 02:01:46 +08:00
28810
91a7fc8694 - 修复 WhereDynamicFilter System.Text.Json 反序化后的类型转换问题 #371; 2020-08-15 22:26:42 +08:00
28810
ae56952621 update readme 2020-08-12 20:42:15 +08:00
28810
a8d1db8614 - 调整 ColumnAttribute IsNullable 对 int/long 等值类型也可生效;#384 2020-07-29 13:19:47 +08:00
28810
cd60c9dbd9 - 增加 ISelect ToChunk 停止读取的逻辑控制 #360; 2020-07-21 17:40:30 +08:00
28810
58240836bf - 补充 Ado.ExecuteDataTable Columns 包含 DataType 信息; 2020-07-15 11:49:36 +08:00
28810
f93e0f1b54 - 修复 WhereDynamicFilter 在 System.Text.Json 下的问题 #371; 2020-07-13 18:12:06 +08:00
28810
73eb3c8b21 - 增加 StringLength/MaxLength 对 byte[] 的支持; 2020-06-23 14:48:06 +08:00
28810
3d80bc0c4b - 修复 [JsonMap] 属性在 lambda 表达式中解析的 bug; 2020-06-20 11:07:41 +08:00
28810
6b110a7ba6 update orm_vs for pgsql 2020-06-09 17:17:53 +08:00
28810
909fe9bc7a update kingbaseES 2020-05-31 10:42:26 +08:00
28810
815372cb7f update orm_vs 2020-05-27 17:18:45 +08:00
28810
7d8457a988 - 增加 人大金仓 OdbcKingbaseES 实现;#325 2020-05-27 05:59:33 +08:00
28810
0d6ebc1e26 - 优化 CodeFirst 字段变化对比逻辑 2020-05-26 02:50:21 +08:00
28810
99f0dd7391 - 增加 IUpdate.SetSourceIgnore 方法,可实现忽略 null 属性的更新; 2020-05-22 18:20:28 +08:00
28810
903a6adaa6 update BaseEntity readme 2020-05-21 02:12:54 +08:00
28810
148724e229 update IUpdate.SetDto summary 2020-05-17 01:34:06 +08:00
28810
2a3febdad5 remove orm_vs demo dameng 2020-05-15 00:20:53 +08:00
28810
a8bba1e6d2 update Performance tests #310 2020-05-15 00:12:15 +08:00
28810
89a58a2d55 update aop transaction demo 2020-05-10 23:34:29 +08:00
28810
7c112861c0 update TransactionalAttribute 2020-05-09 15:26:26 +08:00
28810
713ef26909 update BaseEntity readme 2020-05-08 14:52:28 +08:00
28810
6d5575def1 - 调整 BaseEntity,移除 BaseTreeEntity、Tenant 租户,改变事务习惯; 2020-05-08 14:49:24 +08:00
28810
e3dba006cf - 增加 ISelect.WhereDynamicFilter 方法实现动态过滤条件(与前端交互); 2020-05-07 22:54:16 +08:00
28810
60bb29b19f - 增加 [Description] 元数据注释,优先级低于 c# 代码注释; 2020-05-07 11:00:55 +08:00
28810
bae0f1c63e update UnitOfWorkManager demo 2020-05-01 06:41:58 +08:00
28810
2825f8acd2 v1.4.0-preview0424 2020-04-24 02:11:42 +08:00
28810
5e15749aa8 - 增加 UnitOfWorkManager 工作单元管理器,实现多种传播事务;#289 2020-04-24 01:47:48 +08:00
28810
b1660e87a5 - 增加 DbContext 与 EFCore 相似的 FluentApi 对动态类型的处理;#281 2020-04-20 21:13:44 +08:00
28810
a0e18b1a68 - 增加 FreeSql.Extensions.JsonMap FluentApi 扩展方法;#279 2020-04-19 00:09:24 +08:00
28810
36759402cc - 增加 FreeSql.DbContext OnModelCreating 虚方法,实现在 DbContext 使用 FluentApi;#4 - 移除 FreeSql.Extensions.EfCoreFluentApi,功能移至 FreeSql.DbContext; 2020-04-16 02:58:34 +08:00
28810
0ac564f801 - 增加 FreeSql.Provider.Dameng 基于 DmProvider Ado.net 访问达梦数据库;#155 2020-04-14 23:38:27 +08:00
28810
bf5090938a update nuget packages 2020-04-14 10:15:14 +08:00
28810
153c7915c3 - 移除 未发布的功能 FreeSqlBuilder.UseSeedData 2020-04-03 09:17:40 +08:00
28810
03fe0921ee - 增加 EfCoreFluentApi HasData 设定 CodeFirst 种子数据;
- 完善 EfCoreFluentApi 功能测试;
- 增加 DbContextOptions.NoneParameter 设置是否使用参数化执行 Insert/Update;
2020-04-03 08:55:56 +08:00
28810
e5cbd407cb - 增加 FreeSqlBuilder UseSeedData 设定 CodeFirst 种子数据; 2020-04-02 16:21:18 +08:00