1686 Commits

Author SHA1 Message Date
28810
657b3c6f43 - 增加 SqlServer 表达式解析 yyyyMMdd 常用 c# 日期格式化; 2020-05-24 02:05:05 +08:00
28810
bc215fd41c v1.5.0-preview0525 #323 2020-05-23 19:05:04 +08:00
28810
b3352faef5 - 优化 移除 fsql.Transaction 线程事务超时机制;#323 2020-05-23 18:55:33 +08:00
28810
ce3bd7da1d v1.5.0-preview0523 #323 2020-05-23 18:23:37 +08:00
28810
19edb9bd2c - 优化 关闭 fsql.Transaction 线程事务自动提交机制;#323 2020-05-23 18:21:08 +08:00
28810
511d8f909a - 优化未发布的功能 IFreeSql.InsertOrUpdate 2020-05-23 18:17:54 +08:00
28810
45f06c3025 update internal code 2020-05-23 00:50:24 +08:00
28810
fd7d627603 v1.5.0-preview0522 2020-05-22 18:22:57 +08:00
28810
99f0dd7391 - 增加 IUpdate.SetSourceIgnore 方法,可实现忽略 null 属性的更新; 2020-05-22 18:20:28 +08:00
28810
97d8c39e1a update Donation 2020-05-21 11:56:53 +08:00
28810
e395add4ca - 增加 FreeSqlBuilder.UseExitAutoDisposePool 方法; 2020-05-21 11:35:18 +08:00
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