Commit Graph

1245 Commits

Author SHA1 Message Date
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 9fc91f1501 Merge branch 'master' of https://github.com/dotnetcore/FreeSql 2022-01-04 16:46:27 +08:00
2881099 43e7bdce9c - 修复 子查询 WhereIf 可能失败的 bug; 2022-01-04 16:45:17 +08:00
IGeekFan fcfdc242f9 Merge pull request #989 from dotnetcore/dev2
🐛 修复测试项目中引用包问题
2021-12-29 19:05:28 +08:00
luoyunchong 65efd6471b 🐛 修复测试项目中引用包问题 2021-12-29 19:03:45 +08:00
2881099 864eca6d72 - 修复 StringLength 设置后 IsNullable = false 无生效的问题; 2021-12-28 17:15:04 +08:00
2881099 60f876db92 - 修复 UseConnectionFactory 参数化问题; 2021-12-28 12:56:13 +08:00
2881099 4deb4cfbaf Merge pull request #982 from luoyunchong/microsoftdata
 增加Microsoft.Data.Sqlite.Core的实现
2021-12-28 11:12:26 +08:00
luoyunchong e6e0a1275c 增加Microsoft.Data.Sqlite.Core的实现 2021-12-24 20:56:37 +08:00
ly303550688 2737175196 fix: 参数值为原始DbParameter时转换类型报错 2021-12-23 00:02:35 +08:00
2881099 a979f96bff v3.0.100 #962 #965 #964 #958 #943 2021-12-17 19:19:38 +08:00
2881099 6826dec09f - 修复 AsTreeCte + RereadSql 不能同时使用的 bug;#964 2021-12-17 18:51:58 +08:00
gbase_contributors fdcb76eaa2 suppourt ndty orm 2021-12-15 14:48:26 +08:00
2881099 563f695d09 - 修正 单词命名错误 Coment -> Comment;#958 2021-12-10 19:07:48 +08:00
2881099 d39c72df2c - 增加 ToDataTableByPropertyNameAsync 方法; 2021-12-10 12:21:10 +08:00
2881099 487913f7ef - 完善 DynamicFilter Custom 安全问题; 2021-12-10 12:17:58 +08:00
2881099 bbaf947bb0 - 增加 ToDataTableByPropertyName 动态查询功能; 2021-12-09 19:13:15 +08:00
2881099 8a83fea60a - 增加 DynamicFilter Custom 自定义解析; 2021-12-09 00:21:20 +08:00
chenbo 0212577933 修改异步插入或修改时由于无法获取执行状态导致的无限循环,添加decimal数据类型(最后一位小数点精度会丢失) 2021-12-02 16:33:48 +08:00
luoyunchong 25cc3496f4 #949 处理 AsType后,不同命名空间下同一类名情况 2021-12-02 00:07:15 +08:00
chenbo ae0f2e9d0d 重写批量修改,去除插入和修改事务,修改插入数据的限制默认值为int.MaxValue,自增字段直接返回0 2021-11-30 15:02:21 +08:00
chenbo c22d8d74d2 修改ClickHouse数据类型错误 2021-11-27 13:46:41 +08:00
chenbo d085acc4e9 添加ClickHouse数据库支持 2021-11-25 17:40:00 +08:00
2881099 e6f05aa24e - 优化 兼容排序 OrderBy(a => new {}) 语法; 2021-11-22 22:05:32 +08:00
2881099 f007b3fa0e update to .net60 2021-11-10 01:46:28 +08:00
2881099 3d5ca9bc7e - 优化 pgsql jsonb 映射,支持 List,mysql limit in 子查询; 2021-11-02 00:38:06 +08:00
2881099 65fe03a2ff - 修复 Oracle Any 子查询可能影响索引变慢的问题; 2021-10-08 17:38:44 +08:00
luoyunchong 8c0e2177e6 add 使用 insertorupdate<list<>>时,提示友好异常。 2021-09-17 18:56:44 +08:00
2881099 e0f9db7484 v2.6.100 #843 #816 #815 #804 #803 #802 2021-08-31 18:37:50 +08:00
2881099 26f2578cf6 - 增加 IUnitOfWork.States 自定义状态管理,便于扩展; 2021-08-31 10:59:39 +08:00
2881099 50a8cc2376 - fix #815 2021-08-30 12:26:30 +08:00
2881099 13b85d9c32 Merge branch 'master' of https://github.com/dotnetcore/FreeSql 2021-08-30 11:23:10 +08:00
2881099 6d53d3e6a3 - 修复 Oracle IncludeMany IN 元素超过 500 数目的问题;#843 2021-08-30 11:22:56 +08:00
Zero look 35a332c126 2021-08-19 11:45:05 +08:00
Zero look 74149c51dd 2021-08-19 11:43:06 +08:00
Zero look 212dfbbaed 原意可能是使用IsGenericTypeDefinition却用了IsGenericType 2021-08-19 11:39:00 +08:00
2881099 5213bd0224 - 修改 MERGE INTO 别名与 SQL 关键字冲突的 bug;#816 2021-07-16 00:47:29 +08:00
2881099 d00273ca77 Merge branch 'master' of https://github.com/dotnetcore/FreeSql 2021-07-06 18:51:01 +08:00
2881099 def3ebdeff - 修复 ISelect.AsTable 后 .ToUpdate/ToDelete 无效的 bug;#815 2021-07-06 00:26:16 +08:00
luoyunchong 14e5b41df7 #803 fix IgnoreColumns CanUpdate false not work 2021-06-19 15:38:20 +08:00
luoyunchong 6414234d15 #802 Add Serializable 2021-06-18 18:09:52 +08:00
jinghongbo e8941be89e 解决 AsType 相同表不同类型错误
https://github.com/dotnetcore/FreeSql/issues/791
2021-06-09 11:16:30 +08:00
2881099 0a8ac24356 v2.5.200 #709 2021-06-05 14:56:13 +08:00
2881099 092bbe47dd - 修复 Repository/DbContext 批量修改可能无效的 bug;#709 2021-06-05 14:52:02 +08:00
2881099 2b982ff350 v2.5.100 #760 #739 #754 2021-05-07 23:04:59 +08:00
2881099 8f68b2bcd5 - 修复 IncludeMany + AsTreeCte 不能组合使用的问题;#760 2021-05-07 22:48:03 +08:00
2881099 b1d6809990 - 修复 IUpdate.SetDto bug;#754 2021-04-28 17:54:25 +08:00