1665 Commits

Author SHA1 Message Date
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
28810
79d7d6f5b8 update readme 2020-04-23 13:52:17 +08:00
28810
960185590a rename iDbFirst to IDbFirst 2020-04-23 12:52:32 +08:00
28810
34c671cdd8 rename iDbFirst to IDbFirst 2020-04-23 12:52:21 +08:00
28810
26b8a98ad4 v1.4.0-preview0423 #283 2020-04-22 14:55:25 +08:00
28810
c78c4ed7ae - 修复 实体类型为 char 时 ExpressionTree 读取失败 bug;#283
- 修复 表达式解析 Include 父子导航可能失败的 bug;
2020-04-22 14:37:30 +08:00
28810
7311ae600c - 修复 Guid -> MapType(string) 在 FreeSql.DbContext 的类型转换错误; 2020-04-22 13:08:38 +08:00
28810
fc4e834452 增加 UnitOfWorkManager 类管理工作单元,移除 FreeSql.UnitOfWork.Current 静态属性; 2020-04-22 03:54:26 +08:00
28810
658540774e v1.4.0-preview0422 2020-04-21 17:16:02 +08:00
28810
50eba05c15 - 优化 WhereDynamic 传入 string 的时候自动转为主键的类型值; 2020-04-21 16:55:32 +08:00
28810
c09173e8a3 - 增加 DbFirst DbColumnInfo Position 属性,字段默认位置; 2020-04-21 16:29:16 +08:00