1990 Commits

Author SHA1 Message Date
2881099
a219b39e5f v3.2.666-preview20220702 #1176 2022-07-01 11:33:33 +08:00
2881099
1ba3e3ea2b - 修复 AsTreeCte + AsTable 无效的 bug;#1176 2022-07-01 10:23:36 +08:00
2881099
0e82d6c3e3 - 优化 IUpdate ToSql; 2022-06-30 13:54:51 +08:00
2881099
3f77ea3a63 v3.2.666-preview20220701 #1173 #900 2022-06-29 22:01:49 +08:00
2881099
e10fb8ffe5 - 优化 string Contains 模糊查找 % 的情况; 2022-06-29 21:59:46 +08:00
2881099
81406ba37a - 修复 UseGenerateCommandParameterWithLambda(true) 问题;#1173 #900 2022-06-29 15:31:03 +08:00
2881099
fa9f995c9f v3.2.666-preview20220630 #1170 2022-06-29 08:59:55 +08:00
2881099
efc56e9dc4 update resx 2022-06-29 08:58:13 +08:00
2881099
1b0e94a9b2 - 修复 Dto 映射查询 Negate 表达式解析 bug; 2022-06-29 08:44:22 +08:00
2881099
9ba6148329 Merge branch 'master' of https://github.com/dotnetcore/FreeSql 2022-06-29 08:29:30 +08:00
2881099
bcc7871c97 add Equals lambda test 2022-06-29 08:29:18 +08:00
2881099
bc69f018e3
Merge pull request #1171 from dotnetcore/dbcontext-auditlog
#1170 DbContext,仓储 审计日志ChangeInfo增加实体类型 EntityType
2022-06-28 08:37:15 +08:00
2881099
64cd9c7f1e Merge branch 'master' of https://github.com/dotnetcore/FreeSql 2022-06-28 07:58:11 +08:00
2881099
c9c55f75d6 update Nowtonsoft.Json to 13.0.1 2022-06-28 07:52:38 +08:00
igeekfan
4c6fb999f6 Merge remote-tracking branch 'origin/master' into dbcontext-auditlog 2022-06-26 21:55:02 +08:00
IGeekFan
59e45b682e
Merge pull request #1165 from dotnetcore/dependabot/nuget/Examples/base_entity/Newtonsoft.Json-13.0.1
Bump Newtonsoft.Json from 12.0.3 to 13.0.1 in /Examples/base_entity
2022-06-26 21:48:32 +08:00
IGeekFan
5d730615de
Merge pull request #1166 from dotnetcore/dependabot/nuget/Examples/orm_vs_net40/Newtonsoft.Json-13.0.1
Bump Newtonsoft.Json from 12.0.3 to 13.0.1 in /Examples/orm_vs_net40
2022-06-26 21:48:21 +08:00
igeekfan
5befb125e7 #1170 DbContext,仓储 审计日志ChangeInfo增加实体类型 EntityType 2022-06-26 21:43:49 +08:00
2881099
16afc25a42 update benchmarkder 2022-06-23 15:21:16 +08:00
2881099
96df9cbc41 v3.2.666-preview20220623 #1161 #1160 2022-06-23 13:32:04 +08:00
2881099
672895537f - 增加 IUpdate.SetSource ignoreVersion 参数可实现忽略乐观锁;#1161 2022-06-23 13:27:06 +08:00
dependabot[bot]
f31869a2b7
Bump Newtonsoft.Json from 12.0.3 to 13.0.1 in /Examples/orm_vs_net40
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/12.0.3...13.0.1)

---
updated-dependencies:
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-23 02:19:49 +00:00
dependabot[bot]
11bcf3494d
Bump Newtonsoft.Json from 12.0.3 to 13.0.1 in /Examples/base_entity
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/12.0.3...13.0.1)

---
updated-dependencies:
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-23 02:16:53 +00:00
2881099
1155ffc781 - 增加 IInsertOrUpdate.SetSource(items, tempPrimarys) 指定临时主键参数;#1160 2022-06-22 21:09:04 +08:00
2881099
5fec1254cf
Merge pull request #1160 from ly303550688/oncolumns
增加 sqlserver InsertOrUpdate 指定On字段
2022-06-22 19:05:27 +08:00
ly303550688
6ad7a7cce4 增加 sqlserver InsertOrUpdate 指定On字段 2022-06-22 12:11:03 +08:00
2881099
b973929459 v3.2.666-preview20220621 #1159 2022-06-21 12:43:39 +08:00
2881099
aac99d6266 - 修复 SqlServer WithLock 子查询不生效的 bug;#1159 2022-06-21 12:40:14 +08:00
2881099
26115cfc93 v3.2.666-preview20220615 2022-06-15 10:41:39 +08:00
2881099
c7335492eb - 修复 SetSource 临时主键重载方法 + Column 设置 Name 后无效的 bug; 2022-06-15 10:06:01 +08:00
2881099
476c7d1436 v3.2.666-preview20220614 修复 pgsql OldName + XML 注释迁移代码顺序问题; 2022-06-14 16:04:05 +08:00
2881099
5ac8b7dd7a v3.2.664 #1155 2022-06-14 09:32:42 +08:00
2881099
5c427c0b6b v3.2.663 #1155 2022-06-13 20:01:30 +08:00
2881099
6e8d72513f - 修复 UseGenerateCommandParameterWithLambda 子查询并发 bug;#1155 2022-06-13 19:38:23 +08:00
2881099
4549bf446c - 修复 IIF 三元表达式树解析 bool HasValue 问题; 2022-06-13 19:00:09 +08:00
2881099
d55ddf4cf8 update Kdbndp.dll 2022-06-13 16:17:46 +08:00
2881099
4718d93f0b v3.2.666-preview20220612 2022-06-12 20:57:36 +08:00
2881099
23ff274d83 - 修复 pgsql Dto 映射使用常量 false 转换失败; 2022-06-12 20:40:20 +08:00
2881099
dca459049a update internal code 2022-06-12 14:55:09 +08:00
2881099
ab06417bee - 优化 XML 注释读取支持 interface; 2022-06-11 20:15:51 +08:00
2881099
8b43143eac v3.2.666-preview20220611 2022-06-11 12:18:55 +08:00
2881099
70f63015a7 Merge branch 'master' of https://github.com/dotnetcore/FreeSql 2022-06-11 12:17:40 +08:00
2881099
31a63716c5 - 修复 MySqlConnector BulkCopy 映射顺序问题; 2022-06-11 12:10:13 +08:00
IGeekFan
b1dbcfe89d
Update README.MD 2022-06-10 03:10:51 +08:00
igeekfan
fdacbf26e3 Merge branch 'master' of github.com:dotnetcore/FreeSql 2022-06-10 03:06:03 +08:00
igeekfan
4fa125e93c support provider、Extensions Exceptions 多语言 2022-06-10 03:05:27 +08:00
2881099
4d0e792685 v3.2.662 #1145 #1144 #1140 #1103 #1141 #1147 #1154 #278 2022-06-09 19:35:15 +08:00
2881099
3ea533a648 - 修复 pgsql DbFirst 未正确获取 Position 值;#1154 2022-06-09 19:18:51 +08:00
2881099
0db2b8f26b v3.2.666-preview20220609 #1103 #278 2022-06-09 14:01:02 +08:00
2881099
38c6796b67 - 修复 AsTable 子查询未传播的 bug;#1103 2022-06-09 13:59:27 +08:00