28810
|
903a6adaa6
|
update BaseEntity readme
|
2020-05-21 02:12:54 +08:00 |
|
28810
|
2f838e6f59
|
v1.5.0-preview0521 #316 #311 #309
|
2020-05-21 02:02:59 +08:00 |
|
28810
|
6a443620e7
|
- 增加 IFreeSql.InsertOrUpdate 方法 #316
|
2020-05-21 01:59:35 +08:00 |
|
28810
|
4b7a49d88a
|
- 修复 Enum 类型无元素时的错误;
|
2020-05-20 12:11:08 +08:00 |
|
28810
|
4a5942629a
|
update Odbc IInsert
|
2020-05-19 16:03:44 +08:00 |
|
28810
|
70fd324cf3
|
- 整理 IInsert/IUpdate 分批参数;
|
2020-05-19 15:48:39 +08:00 |
|
28810
|
148724e229
|
update IUpdate.SetDto summary
|
2020-05-17 01:34:06 +08:00 |
|
28810
|
8b908bb6fe
|
update ado.net version
|
2020-05-15 18:01:51 +08:00 |
|
28810
|
0991464fd0
|
- 修复 IUpdate.Set(a => a.xx = null) 表达式解析 bug;#311
|
2020-05-15 13:27:44 +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
|
a0acece7e5
|
- 增加 IUpdate.SetIf 方法;#309
|
2020-05-13 16:52:12 +08:00 |
|
28810
|
2853c356e6
|
add test #306
|
2020-05-12 21:52:28 +08:00 |
|
28810
|
89a58a2d55
|
update aop transaction demo
|
2020-05-10 23:34:29 +08:00 |
|
28810
|
54ceefefd2
|
- 修复 IgnoreColumns 相关方法解析表达式 a => new [] { "Id" .. } 无效的 bug;
|
2020-05-10 06:23:00 +08:00 |
|
28810
|
a9ee9aa069
|
add Donation
|
2020-05-09 22:26:26 +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
|
fc828d15a6
|
v1.5.0-preview0509 #298
|
2020-05-08 10:41:12 +08:00 |
|
28810
|
03a94888a8
|
- fix 1.5.0-preview0502 bug
|
2020-05-08 10:38:39 +08:00 |
|
28810
|
d69db2a3b1
|
v1.5.0-preview0508
|
2020-05-07 23:11:50 +08:00 |
|
28810
|
e3dba006cf
|
- 增加 ISelect.WhereDynamicFilter 方法实现动态过滤条件(与前端交互);
|
2020-05-07 22:54:16 +08:00 |
|
28810
|
ebe1b7a34f
|
- 优化 Guid GetDefaultValue 可能导致的错误;
|
2020-05-07 13:45:25 +08:00 |
|
28810
|
5edf8b3dcf
|
v1.5.0-preview0507
|
2020-05-07 11:02:35 +08:00 |
|
28810
|
60bb29b19f
|
- 增加 [Description] 元数据注释,优先级低于 c# 代码注释;
|
2020-05-07 11:00:55 +08:00 |
|
28810
|
ae11f552fa
|
- 修复 ISelect.ToDataTable(lambda) 未使用 AsProperty 返回数据;
|
2020-05-05 19:28:08 +08:00 |
|
28810
|
9f2843e8e3
|
- 修复 Column(ServerTime=xxx) MySql 下无法保留精度的问题;
|
2020-05-03 11:12:32 +08:00 |
|
28810
|
9b77dfe548
|
update Donation
|
2020-05-02 21:27:44 +08:00 |
|
28810
|
5096bbc367
|
v1.5.0-preview0502 #291
|
2020-05-02 11:33:55 +08:00 |
|
28810
|
1e83a7eeaa
|
- 增加 WhereCascade/GlobalFilter 表达式子查询的支持;
|
2020-05-02 11:17:59 +08:00 |
|
28810
|
d24969d9b1
|
update BseRepository virtual dim
|
2020-05-01 08:31:45 +08:00 |
|
28810
|
bae0f1c63e
|
update UnitOfWorkManager demo
|
2020-05-01 06:41:58 +08:00 |
|
28810
|
0ffea2b871
|
- 修复 浮点类型 NoneParameter 不使用科学字符串表示;
|
2020-04-30 12:06:19 +08:00 |
|
28810
|
f39a4cb778
|
update tests
|
2020-04-28 10:51:38 +08:00 |
|
28810
|
d55d7a5374
|
- 修复 non public ctor #291
|
2020-04-27 21:53:38 +08:00 |
|
28810
|
4fcad4a797
|
v1.4.0
|
2020-04-26 14:20:48 +08:00 |
|
28810
|
d2e8bcc26b
|
- 修复 IncludeMany 集合属性为 a.xx.Childs 时,可能出现错误;
|
2020-04-26 13:45:23 +08:00 |
|
28810
|
1f4903e8c3
|
update readme
|
2020-04-26 00:38:54 +08:00 |
|
28810
|
635244786a
|
- 增加 DbContextOptions.EnableGlobalFilter 设置是否在 DbContext/Repository 中启用全局过滤器;
|
2020-04-26 00:34:50 +08:00 |
|
2881099
|
b41680adfa
|
Update readme.md
|
2020-04-25 17:08:36 +08:00 |
|
2881099
|
4fa1475ab7
|
Update readme.md
|
2020-04-25 17:03:38 +08:00 |
|
2881099
|
5bd3e6e00d
|
Update readme.md
|
2020-04-25 17:01:01 +08:00 |
|
28810
|
8bc32ac043
|
update readme
|
2020-04-24 23:44:44 +08:00 |
|
28810
|
5643d818f7
|
upread readme
|
2020-04-24 23:25:33 +08:00 |
|
28810
|
37ad9d35c8
|
update readme
|
2020-04-24 23:19:36 +08:00 |
|
28810
|
2db061b27c
|
update readme
|
2020-04-24 23:13:50 +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
|
2e62db563d
|
update readme
|
2020-04-23 13:54:39 +08:00 |
|