Commit Graph
100 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 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 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
2881099 43e7bdce9c - 修复 子查询 WhereIf 可能失败的 bug; 2022-01-04 16:45:17 +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 74972b422b update SqliteScore version 2021-12-28 11:32:05 +08:00
2881099 75e54bbea8 update 2021-12-28 11:25:56 +08:00
2881099 562cb78528 rename SqliteCore 2021-12-28 11:25:50 +08:00
2881099 8599f53fd1 Merge branch 'master' of https://github.com/dotnetcore/FreeSql 2021-12-27 22:51:04 +08:00
2881099 bcc9483eca - 修复 UseGenerateCommandParameterWithLambda 子查询 IN bug;#900 2021-12-27 22:50:51 +08:00
2881099 a979f96bff v3.0.100 #962 #965 #964 #958 #943 2021-12-17 19:19:38 +08:00
2881099 92885e7b11 - 修复 BulkCopy 与线程事务未传播的 bug;#962 2021-12-17 19:09:53 +08:00
2881099 9bd6e83ed7 - 优化 GBase 数据库存储过程参数化的执行;#965 2021-12-17 18:52:55 +08:00
2881099 6826dec09f - 修复 AsTreeCte + RereadSql 不能同时使用的 bug;#964 2021-12-17 18:51:58 +08:00
2881099 563f695d09 - 修正 单词命名错误 Coment -> Comment;#958 2021-12-10 19:07:48 +08:00
2881099 df85054631 update readme 2021-12-10 12:30:51 +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
2881099 e6f05aa24e - 优化 兼容排序 OrderBy(a => new {}) 语法; 2021-11-22 22:05:32 +08:00
2881099 b26a581f82 add net60 DateOnly mapping SqlServer 2021-11-22 21:42:25 +08:00
2881099 352ceceb23 - 增加 DbContext/Repository 比较变化方法 CompareState; 2021-11-10 02:18:59 +08:00
2881099 f007b3fa0e update to .net60 2021-11-10 01:46:28 +08:00
2881099 30b20c39f9 - fix: CustomAdapter 2021-11-03 16:20:02 +08:00
2881099 f6e1c60e83 update readme 2021-11-02 01:13:56 +08:00
2881099 03e0e1c15f update readme 2021-11-02 01:02:01 +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
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
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
2881099 4c8aa6ba0d 2.5.200 2021-06-05 15:16:09 +08:00
2881099 a3eedb97b7 2.5.200 2021-06-05 15:16:03 +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 86088ed2c3 Merge branch 'master' of https://github.com/dotnetcore/FreeSql 2021-04-28 18:04:12 +08:00
2881099 b1d6809990 - 修复 IUpdate.SetDto bug;#754 2021-04-28 17:54:25 +08:00
2881099 db701f006a Merge branch 'master' of https://github.com/dotnetcore/FreeSql 2021-04-19 04:32:27 +08:00
2881099 7a33511d61 - 修复 Ado.CommandFluent 存储过程参数化问题;#739 2021-04-19 04:24:52 +08:00
2881099 2349e30753 v2.3.200 #709 2021-03-05 23:44:53 +08:00
2881099 daffe5c082 - 修复 Repository/DbContext 批量修改可能无效的 bug;#709 2021-03-05 23:31:59 +08:00
2881099 7826089b64 v2.3.109 2021-03-05 14:28:38 +08:00
2881099 79c17d7f60 - 优化 fsql.Transaction 线程事务; 2021-03-05 11:41:47 +08:00
2881099 913b0ac5ce v2.3.108 #710 2021-03-04 21:36:01 +08:00
2881099 19e12c6cd2 - 修复 Oracle/Dameng 分组查询后分页的 bug;#710 2021-03-04 21:28:10 +08:00
2881099 a1a120495b v2.3.106 #674 #533 #642 #643 #627 #656 #684 #337 2021-03-04 15:29:26 +08:00
2881099 90438e20d8 - 增加 IUpdate.SetSource 批量更新时指定主键;#337 2021-03-04 15:13:39 +08:00
2881099 afd489c0db - 修复 v2.3.100 GlobalFilter 在 Repository 失效的 bug; 2021-03-04 14:21:11 +08:00
2881099 f11419d0d2 - 优化 AsTreeCte 内部; 2021-03-04 10:48:58 +08:00
2881099 142f14ee2f v2.3.105 2021-03-03 12:21:53 +08:00
2881099 d1ad268c10 v2.3.101 2021-03-03 11:52:10 +08:00
2881099 054fc4c805 - 优化 BaseDbProvider、AdoNetExtensions 内部定义; 2021-03-03 11:46:03 +08:00
2881099 1398514a96 v2.3.100 #674 #533 #642 #643 #627 #656 #684 2021-02-19 18:30:08 +08:00
2881099 cba4c41059 Merge branch 'master' of https://github.com/dotnetcore/FreeSql 2021-02-19 17:47:54 +08:00
2881099 ef6665ee29 - 增加 Aop Before/After States 共享状态; 2021-02-19 17:47:06 +08:00
2881099 423fabd7c8 v2.3.0-preview20210209 (myget.org) #678 #684 2021-02-09 17:25:18 +08:00
2881099 d93fd91eed - 修复 SqlServer 支持 Chinese_PRC_CS_AS 区分小大写;#684 2021-02-09 17:17:31 +08:00
2881099 2dd722e507 - 优化 WhereDynamicFilter 忽略 like '%%'; 2021-02-09 16:40:28 +08:00
2881099 6cba1dedaf - 修复 DbFirst string not null 未生成特性 IsNullable = false 的问题;#678 2021-02-07 17:23:30 +08:00
2881099 d7cc7cebe9 v2.3.0-preview20210207 (myget.org) 2021-02-05 18:26:50 +08:00
2881099 082dcf1fa4 - 增加 FreeSql.Provider.Custom 自定义适配访问任何数据库; 2021-02-05 18:20:38 +08:00
2881099 7aedc52cf3 add test code #677 2021-02-05 11:49:34 +08:00
2881099 c40f40296a Merge branch 'master' of https://github.com/dotnetcore/FreeSql 2021-02-05 11:07:36 +08:00
2881099 53669da86e - 优化 WhereDynamicFilter; 2021-02-05 11:06:44 +08:00
2881099 6ab2f3922f v2.3.0-preview20210206 (myget.org) 2021-02-02 23:10:37 +08:00
2881099 54564b5d83 - 修复 表达式树解析 MapType 把小数位转换丢失的 bug; 2021-02-02 23:07:53 +08:00
2881099 485a1a24b6 v2.3.0-preview20210205 (myget.org) 2021-02-02 19:50:06 +08:00
2881099 86d543aee9 - 优化 Repository.DataFilter 可禁用 GlobalFilter; 2021-02-02 19:47:56 +08:00
2881099 7cbefc24f9 v2.3.0-preview20210203 (myget.org) 2021-02-02 16:31:51 +08:00
2881099 9edb80dcd3 - 修复 AsTreeCte 事务传播 bug; 2021-02-02 16:29:43 +08:00
2881099 49da7a57d5 v2.3.0-preview20210202 (myget.org) #674 #533 2021-02-02 13:09:04 +08:00
2881099 56d2128726 - 优化 FreeSql.Extensions.Linq Select 选定字段查询方法;#674 #533 2021-02-02 13:07:01 +08:00
2881099 ef4cf46556 add test code 2021-02-01 21:53:20 +08:00
2881099 c39d449054 - 增加 SqlExt.DistinctCount 扩展方法;#674 #533 2021-01-31 01:01:33 +08:00
2881099 b311e8d375 v2.3.0-preview20210123 (myget.org) 2021-01-23 15:16:08 +08:00
2881099 41d0e1f666 - 修复 WhereDynamicFilter 普通多表查询时别名判断的 bug; 2021-01-23 15:07:01 +08:00
2881099 8fd885cd57 add test code #663 2021-01-22 19:05:17 +08:00
2881099 7f819c758e add test code 2021-01-22 18:57:50 +08:00
2881099 fca4c884d7 add test code #663 2021-01-22 18:57:31 +08:00
2881099 fec99020b6 v2.3.0-preview20210121 (myget.org) #656 #645 #643 #642 2021-01-21 10:52:24 +08:00
2881099 e37af83a62 - 修复 神通 Linux not supported 问题;#656 2021-01-21 10:50:12 +08:00
2881099 9839fa975e update Donation 2021-01-18 12:28:21 +08:00
2881099 5863f4f752 update Donation 2021-01-15 22:37:22 +08:00
2881099 027f3fcce0 - 优化 DbSet/Repository 级联保存时,忽略未配置的导航属性; 2021-01-15 18:59:53 +08:00
2881099 172b228df8 add testcode #645 2021-01-14 18:06:10 +08:00