2341 Commits

Author SHA1 Message Date
IGeekFan
623e4b8a0f
Update docfx.yml 2022-04-23 21:55:19 +08:00
2881099
1cd5539655 update BaseEntity 2022-04-23 12:41:40 +08:00
2881099
33b3d106fe ObjectPool 信息国际化 2022-04-23 09:23:50 +08:00
2881099
ecd3b13304 - 优化 BaseEntity 2022-04-22 19:12:17 +08:00
2881099
8c72d54025 - 优化 ToList<Dto> jsonb 映射; 2022-04-21 17:16:15 +08:00
2881099
2fa2046fe8 Merge branch 'master' of https://github.com/dotnetcore/FreeSql 2022-04-19 17:49:50 +08:00
2881099
2130a967a8 - 增加 AsTable 自动分表 InsertOrUpdate 的支持;#1066 2022-04-19 17:49:40 +08:00
igeekfan
0602eafbda Merge branch 'master' of github.com:dotnetcore/FreeSql 2022-04-16 17:37:25 +08:00
igeekfan
1b7dd3024f #1021 fix sqlite padleft padright 2022-04-16 17:37:19 +08:00
2881099
703b9aeafa update pgsql json POCO test 2022-04-14 11:30:23 +08:00
2881099
d6ec48ed4c v3.2.500 2022-04-12 21:48:01 +08:00
2881099
91522386b1 - 优化 DbContext/Repository Update 实体有 ServerTime 既使无状态变化也必然更新的逻辑; 2022-04-12 21:44:31 +08:00
2881099
46ad51c7e0 v3.2.303 #1068 #1067 #1064 #951 #1062 #1061 #1059 #481 #1046 #1047 #646 #968 #969 #943 #996 #973 #989 #982 #980 #900 2022-04-12 20:01:34 +08:00
2881099
0387c0a4cf - 修复 Delete.Where in 查询为空时,异步操作仍然执行删除;#1068 2022-04-12 18:28:55 +08:00
2881099
a01478b4b4 - 修复 Delete.Where in 查询为空的时候仍然执行删除;#1068 2022-04-12 17:00:02 +08:00
2881099
34011a6b5f v3.2.302 #1067 #1064 #951 #1062 #1061 #1059 #481 #1046 #1047 #646 #968 #969 #943 #996 #973 #989 #982 #980 #900 2022-04-11 13:29:42 +08:00
2881099
f7e22037fe - 完善 SqlServer BulkCopy 插入 DateTime 最小值问题; 2022-04-11 13:26:44 +08:00
2881099
7c2b7ea5ef - 修复 InsertOrUpdateDict 异常;#1067 2022-04-11 13:23:38 +08:00
2881099
ecd27fb3ae - 修复 InsertDict 部分新功能遗留问题(特别是 Oracle); 2022-04-09 22:40:52 +08:00
2881099
b9a21f6c11 - fix: AsTable for Select 2022-04-09 20:54:48 +08:00
2881099
932b8fde58 - fix: AsTable SafeThread 2022-04-09 18:26:11 +08:00
2881099
980ee1e893 - 完成 [Table(AsTable = xx)] 分表特性查询; 2022-04-09 15:40:17 +08:00
2881099
abaeb7efd5 - fix: AsTable 2022-04-09 12:31:21 +08:00
2881099
d051a27d4e - 增加 [Table(AsTable = xx)] 分表特性,完成分表更新数据功能; 2022-04-09 11:55:13 +08:00
2881099
f73c02d8d1 - 增加 [Table(AsTable = xx)] 分表特性,完成分表插入/删除; 2022-04-08 21:19:51 +08:00
2881099
8c022b3e0a v3.2.301 #1064 #951 #1062 #1061 #1059 #481 #1046 #1047 #646 #968 #969 #943 #996 #973 #989 #982 #980 #900 2022-04-02 11:50:27 +08:00
2881099
af4b8284e0 - 修复 InsertDict/UpdateDict 等字典操作在 DbContext.Orm 下无法使用的 bug;#1064 2022-04-02 11:41:11 +08:00
2881099
36d648c64b
Merge pull request #950 from wizcabbit/master
修复 IEnumerable.GetEnumerator 没有实现的问题
2022-04-02 08:45:19 +08:00
2881099
761ef3c890 update KingbaseES 适配版本说明 2022-04-01 19:00:58 +08:00
2881099
e3e3fee0e8
Merge pull request #951 from luoyunchong/fix_tree
#949 处理 AsType后,不同命名空间下同一类名情况
2022-04-01 09:02:36 +08:00
2881099
d5dc037d09
Merge branch 'master' into fix_tree 2022-04-01 09:02:21 +08:00
2881099
198e027c48 - 修复 MapType 复杂表达式树解析 bug;#1062 2022-03-31 16:29:01 +08:00
2881099
69c74590f4 v3.2.300 #1061 #900 2022-03-31 10:43:33 +08:00
2881099
713f98852c - 修复 UseGenerateCommandParameterWithLambda 对不可参数化的数据类型冲突的 bug;#1061 2022-03-30 18:37:56 +08:00
2881099
79d1b67875 v3.2.200 #481 #1059 2022-03-29 21:34:19 +08:00
2881099
5d9afe8329 - 增加 InsertOrUpdateDict 字典操作方法;#481 2022-03-29 21:13:45 +08:00
2881099
5b65a17be0 - 完善 InsertDict 等字典操作功能; 2022-03-29 20:40:00 +08:00
2881099
4cf47488d4 - 修复 MySql Set 类型空格处理问题;#1059 2022-03-29 20:17:13 +08:00
2881099
1e3506e7d8 - 修复 SaveManyAsync 多对多历史漏改的问题(同步无问题); 2022-03-29 16:59:14 +08:00
2881099
0fcc5619be - 增加 fsql.InsertDict/UpdateDict/DeleteDict 字典操作的扩展方法;#481 2022-03-25 19:07:47 +08:00
2881099
dc688adc11 - 增加 fsql.Insert(Dictionary<string, object>) 无实体类插入方法;#481 2022-03-24 18:06:54 +08:00
2881099
56ce675b65 v3.2.100 #1046 #1047 #646 #968 #969 #943 #996 #973 #989 #982 #980 #900 2022-03-18 22:04:57 +08:00
2881099
47b032b6ae - 增加 UseSlaveWeight 读权重设置;#1046 2022-03-18 21:55:02 +08:00
2881099
203681ea6a - 修复 OR 表达式处理情况;#1047 2022-03-18 20:44:41 +08:00
2881099
5dc014bc7c Merge branch 'master' of https://github.com/dotnetcore/FreeSql 2022-02-23 11:55:53 +08:00
2881099
1e55cf4e25 - 修复 Clickhouse 连接池使用问题;#646 #968 #969 #943 2022-02-23 11:55:39 +08:00
2881099
f4163be020
Merge pull request #973 from ANCB520/master
修复clickHouseSetNoneParameter会报错问题
2022-01-18 06:54:56 +08:00
2881099
9bde42a566 - 修复 pgsql DbFirst IsPrimary bug;https://github.com/2881099/FreeSql.Wiki.VuePress/issues/9 2022-01-15 09:56:01 +08:00
2881099
3a453d918d - 修复 JsonMap 与导航属性的联表查询报错的 bug;#996 2022-01-05 12:35:44 +08:00
2881099
9fc91f1501 Merge branch 'master' of https://github.com/dotnetcore/FreeSql 2022-01-04 16:46:27 +08:00