Commit Graph
100 Commits
Author SHA1 Message Date
28810 698ace9674 v1.10.0 #469 #495 #479 #494 #476 #490 2020-10-22 03:29:01 +08:00
28810 324fde304e - 增加 GlobalFilter.ApplyOnly 继承的实体才生效;#495 2020-10-22 02:59:38 +08:00
28810 3fe4b44ca8 - 增加 FreeSql.Generator 参数 -readkey 0 的设置; 2020-10-18 21:44:56 +08:00
28810 3812a1736a - 修复 Firebird Embedded 2.5 不支持 boolean 的 bug; 2020-10-18 20:23:54 +08:00
28810 b91fe2ca4d - 修复 Firebird Embedded 版本系统表 isidentity_type 兼容问题; 2020-10-18 19:23:13 +08:00
28810 0783b432cf v1.10.0-preview1020 #469 #494 2020-10-16 22:08:29 +08:00
28810 acf26ecbef - 增加 ISelect.InsertInto 将查询转换为 INSERT INTO t1 SELECT ... FROM t2 执行插入;#469 2020-10-16 22:01:00 +08:00
28810 fc47407fba Add test code #494 2020-10-16 14:29:36 +08:00
28810 935cd5ba8c - 优化 dto 映射查询时忽略已指定的映射,避免重复查询字段;#494 2020-10-16 13:32:34 +08:00
28810 b3f8c112f1 v1.10.0-preview1019 2020-10-15 11:53:37 +08:00
28810 db6a13c6f1 - 优化 支持实体类使用 new 重写属性; 2020-10-15 11:48:58 +08:00
28810 9d33779092 v1.10.0-preview1018 #490 2020-10-15 01:31:50 +08:00
28810 013a7ada36 - 修复 lambda 表达式解析变量转换时的 bug;#490 2020-10-14 20:40:59 +08:00
28810 38d8a3756c - 修复 decimal? 可空数字设置 Column Scale 无效的问题(decimal正常); 2020-10-14 17:55:49 +08:00
28810 7153cdf9f6 v1.10.0-preview1015 2020-10-13 17:27:57 +08:00
28810 682b5b35b8 - 修复 DbContext/UnitOfWork EntityChangeReport 参数 BeforeObject 值无效的 bug; 2020-10-13 17:26:12 +08:00
28810 4473fc2be5 v1.10.0-preview1013 2020-10-13 10:09:28 +08:00
28810 e1a265f7aa - 优化 ToAggregate 执行时忽略已设置的 OrderBy; 2020-10-13 09:52:19 +08:00
28810 e777e7e86f - 修复 内部 decimal 默认值在 core 3.1+ 报错的问题; 2020-10-12 12:53:16 +08:00
28810 efa71e8cba - 优化 WhereDynamic 支持按字段名、属性名匹配; 2020-10-10 16:58:29 +08:00
28810 c12c552352 update summary 2020-10-07 22:28:07 +08:00
28810 9fa4350062 v1.10.0-preview1001 #479 #476 2020-09-29 13:07:25 +08:00
28810 a36c2d036c - 优化 实体类注释,基类在其他 Assembly 时也能读取; 2020-09-29 12:56:43 +08:00
28810 35069609de - 优化 WhereDynamic 传入 DynamicFilterInfo 也能执行; 2020-09-29 11:54:16 +08:00
28810 d617b237de - 补充 异步方法 ToListAsync(a => {}) 对 IncludeMany 的支持; 2020-09-29 11:31:57 +08:00
28810 837c38d158 - 优化 WhereDynamicFilter 支持 string 比较大小 > < >= <=;#479 2020-09-29 10:46:56 +08:00
28810 05ddec4f64 update tests 2020-09-28 21:38:21 +08:00
28810 31775bee25 - 优化 IncludeMany 筛选字段中未指定主键,并且 then.IncludeMany 继续向下,则自动附加查询主键; 2020-09-28 21:03:38 +08:00
28810 e22c2617c4 - 优化 通用 Odbc 支持 Limit 风格的分页;#469 2020-09-28 04:33:55 +08:00
28810 070b9a1e66 - 优化 自定义表达式树解析时,开放(非公开)内部公共工具类 Utility.CommonUtils; 2020-09-28 03:11:33 +08:00
28810 3ba1e649e9 Merge branch 'master' of https://github.com/dotnetcore/FreeSql 2020-09-26 14:31:33 +08:00
28810 8fb330b528 - 修复 AsTreeCte 开启自动迁移时,错误的创建了 as_tree_cte 表;#476 2020-09-26 14:30:40 +08:00
28810 5a664180c2 v1.9.0 #467 #462 #456 #454 #450 #446 #445 #443 #380 #361 #278 #197 2020-09-23 22:07:10 +08:00
28810 8a0862d6fe - 增加 IAdo.CommandFluent(sql) 方法执行 SQL 命令;
- 修复 SqlServer SqlBulkCopy IgnoreColumns 无效的 bug;
2020-09-23 22:00:48 +08:00
28810 9b93200237 - 调整 FreeSql.Generator 移除 CanInsert = false 特性生成; 2020-09-23 17:59:57 +08:00
28810 2d2a0e211e - 增加 Oracle DbFirst 视图的支持; 2020-09-23 11:21:21 +08:00
28810 bf84bf0fcb - 修复 IAdo.Query\<匿名类\>(sql) 错误; 2020-09-22 22:45:34 +08:00
28810 ced9fbb476 - 优化 FreeSql.Generator -Match 支持生成一个表; 2020-09-22 18:03:31 +08:00
28810 ede456f1bf update tests 2020-09-22 15:54:26 +08:00
28810 3c812d4305 - 优化 ToSql FieldAliasOptions.AsProperty 别名问题;#467 2020-09-22 15:33:45 +08:00
28810 11402eb8fa v1.9.0-preview0920 2020-09-20 19:51:58 +08:00
28810 fc8a0da48f - 修复 ISelect Include 多表字段名相同(不区分大小时)时的 bug; 2020-09-20 18:47:00 +08:00
28810 72dedc992c - 修复 ISelect ToDelete/ToUpdate 事务对象未传播的 bug; 2020-09-20 18:38:14 +08:00
28810 103ae63e9f optimize internal methods 2020-09-20 13:36:49 +08:00
28810 63dccf3e4c optimize internal methods 2020-09-19 07:26:24 +08:00
28810 ce15c121db 1.9.0-preview0919 #446 #278 #380 #361 #197 2020-09-18 12:37:41 +08:00
28810 46bc2189c4 - 增加 ISelect OrderByPropertyName 方法 #446 #278 #380 #361 #197; 2020-09-18 12:33:07 +08:00
28810 8f9efe1f11 - 增加 ISelect/IInsert/IUpdate/IDelete CommandTimeout 方法设置命令超时; 2020-09-18 09:00:01 +08:00
28810 0718be2047 - 优化 SqlExt.Sum/Max/Min/Avg 同时支持开窗或普通聚合函数; 2020-09-18 06:35:33 +08:00
28810 39334710b6 add Donation 2020-09-17 17:42:21 +08:00
28810 c4b3487274 add Contributors 2020-09-17 14:07:00 +08:00
28810 65f9be0b27 v1.9.0-preview0918 2020-09-17 13:36:33 +08:00
28810 4c26fa414c - 修复 IAdo.Query 返回实体中带有延时导航属性,读取顺序不对的 bug; 2020-09-17 13:24:54 +08:00
28810 194bff47b8 update csproj Description 2020-09-16 22:40:24 +08:00
28810 e591c8d1f1 v1.9.0-preview0917 #462 2020-09-16 14:01:12 +08:00
28810 fd8ed29c02 - 修复 子查询 Count/Max/Min/Avg/Sum 使用了 Limit(1) 的 bug;#462 2020-09-16 13:54:04 +08:00
28810 b83efc1c6b Merge branch 'master' of https://github.com/dotnetcore/FreeSql 2020-09-16 12:38:34 +08:00
28810 999e1bb46a v1.9.0-preview0916 #462 2020-09-16 12:38:09 +08:00
28810 e30a57ad04 - 修复 使用查询参数化功能时 ToList 子查询未传播参数列表的 bug;#462 2020-09-16 12:34:46 +08:00
28810 d659e874e2 - 增加 FreeSql.Generator Firebird 生成实体类; 2020-09-15 15:47:27 +08:00
28810 cc39bfee51 - 补充 达梦 DbFirst int 类型识别; 2020-09-15 15:04:11 +08:00
28810 2df5f0b3a3 v1.9.0-preview0915 #443 #456 #454 2020-09-14 11:37:35 +08:00
28810 704e59bf21 - 修复 FreeSql.DbContext 对同一实体重复 Update,第二次无效的 Bug; 2020-09-14 11:33:20 +08:00
28810 ad12402926 - 增加 ISelect<11..16> 16 个多联表查询; 2020-09-13 10:45:14 +08:00
28810 7240181ff5 - 增加 Firebird string.Join + ToList 表达式解析,实现与 MySql group_concat 相同的效果 #443; 2020-09-13 01:09:02 +08:00
28810 7e2903df22 - 增加 Firebird DateTime ToString yyyyMMdd 表达式解析 #443; 2020-09-13 01:00:57 +08:00
28810 9d692c5c25 update readme 2020-09-12 06:08:05 +08:00
28810 06909cb428 update readme 2020-09-12 06:06:51 +08:00
28810 37a1ea6489 v1.9.0-preview0912 #443 #456 #454 2020-09-12 05:49:42 +08:00
28810 951e917015 - 增加 FreeSql.Provider.Firebird 数据库实现 #443; 2020-09-12 05:46:53 +08:00
28810 020eddb315 - 优化 GetDbParamtersByObject 参数为字典时修剪 @?: 前辍 #456; 2020-09-11 12:11:55 +08:00
28810 6ac2e48cc5 - 修复 达梦 DbFirst 获取字段 IsNullable 无效的问题;#454 2020-09-08 18:11:29 +08:00
28810 1380895bb3 v1.9.0-preview0906 2020-09-06 01:02:12 +08:00
28810 8200b0e2e0 - 增加 SqlExt.IsNull 方法; 2020-09-06 00:52:39 +08:00
28810 24e0fcd0af - 增加 IncludeMany(a => a.Childs).ToList(a => new { a.Childs }) 指定集合属性返回; 2020-09-06 00:42:44 +08:00
28810 59ecfdf288 - 修复 Ado.Net Crud 扩展方法事务的友好异常提示; 2020-09-05 18:45:36 +08:00
28810 44cff19ed4 Merge branch 'master' of https://github.com/dotnetcore/FreeSql 2020-09-05 06:51:13 +08:00
28810 beb2eaada2 - 增加 GlobalFilter.ApplyIf 创建动态过滤器; 2020-09-05 06:50:56 +08:00
28810 9866f866ca v1.9.0-preview0905 #446 2020-09-04 12:17:49 +08:00
28810 dd477482f1 - 增加 ISelect Aggregate(lambda, out var result) 方法; 2020-09-04 12:12:37 +08:00
28810 80ac7d90a8 - 修复 ISelect Any(lambda) 条件被附加的问题,不便于再次使用 ISelect 对象; 2020-09-03 18:39:06 +08:00
28810 c75cdc51ae - 增加 ISelect`2-10 OrderByIf 方法 #446; 2020-09-03 18:22:06 +08:00
28810 9c8d616082 v1.9.0-preview0902 #445 #446 2020-09-02 19:23:52 +08:00
28810 8eadde930f - 优化 string IsNullable = false 时插入 null 自动转为 "" #445; 2020-09-02 19:20:41 +08:00
28810 d025603997 - 增加 ISelect OrderByIf 方法 #446; 2020-09-02 18:44:22 +08:00
28810 9e9891ded4 - 增加 IUpdate/IDelete WhereIf 方法 #466; 2020-09-02 18:29:42 +08:00
28810 ea81fde340 - 修正 SqlServer UseConnectionFactory 类型标识; 2020-09-02 18:19:49 +08:00
28810 94401334db v1.9.0-preview0901 2020-08-31 19:00:16 +08:00
28810 b1029be470 - 调整 AdoNet CRUD 扩展方法到 namespace FreeSql; 2020-08-31 18:54:48 +08:00
28810 00d2199fc3 update Donation 2020-08-28 04:05:00 +08:00
28810 a46ea19e56 update readme 2020-08-27 12:17:19 +08:00
28810 b69a659033 update readme 2020-08-27 12:10:14 +08:00
28810 2326c34126 update qq group 2020-08-27 01:10:34 +08:00
28810 6ae9297684 v1.8.1 2020-08-27 00:48:08 +08:00
28810 a634192af9 - 优化 InsertOrUpdate AsType 使用错误的友好提示; 2020-08-25 16:36:01 +08:00
28810 a9f9832b5c v1.9.0-preview0825 2020-08-25 14:11:02 +08:00
28810 6cbc452e46 - 修复 WhereDynamicFilter System.Text.Json 下的问题; 2020-08-25 14:08:02 +08:00
28810 d0c5d84780 v1.8.0 #325 #397 #401 #398 #395 #392 #391 #405 #412 #267 #113 #436 #402 #403 #411 #371 #427 #384 #413 2020-08-25 13:25:27 +08:00
28810 fbf62b6630 - 增加 Aop.AuditDataReader 事件拦截 DataReader 读取值 #436; 2020-08-25 12:42:58 +08:00
28810 824d60cbb2 - 修复 参数化 Column DbType 设置特殊值时的类型判断; 2020-08-24 13:35:48 +08:00