48 Commits

Author SHA1 Message Date
28810
ad12402926 - 增加 ISelect<11..16> 16 个多联表查询; 2020-09-13 10:45:14 +08:00
28810
8200b0e2e0 - 增加 SqlExt.IsNull 方法; 2020-09-06 00:52:39 +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
d3c4bbb879 - 修改 SqlExt PartitionBy 无法传入多列的问题; 2020-08-15 00:32:11 +08:00
28810
882e671eee - 优化 无主键使用 IUpdate.SetSource 的错误提示; 2020-08-12 04:11:22 +08:00
28810
d602dfbaaa - 修复 1.7.1 IsNullable 遗留问题; 2020-08-10 12:27:39 +08:00
28810
25e73117b1 - 优化 lambda 使用 a == null ? 1 : 0 支持类似这样直接判断实体的情况; 2020-08-07 01:36:11 +08:00
28810
7efe02f69c - 优化 GroupBy ToList 中可以直接使用 a.Key; 2020-08-07 00:00:39 +08:00
28810
0b1865f7e7 - 优化 IsNullable = false 插入的数据值为 null 则以默认值插入(防止DB报错);#384 2020-08-03 11:58:46 +08:00
28810
06b301395f - 补充 fsql.InsertOrUpdate UpdateColumns 数据存在时只更新指定的字段; 2020-07-29 15:32:14 +08:00
28810
f2f1495efc - 增加 IInsert/IUpdate BatchProgress 方法处理批量插入/更新时的进度; 2020-07-21 15:22:33 +08:00
28810
c9c91590a1 - 修复 BaseRepository Delete 方法未正确返回影响的行值 #373; 2020-07-16 09:36:34 +08:00
28810
f93e0f1b54 - 修复 WhereDynamicFilter 在 System.Text.Json 下的问题 #371; 2020-07-13 18:12:06 +08:00
28810
1d48f17f81 - 增加 $"" lambda 解析; 2020-07-04 19:21:22 +08:00
28810
181813ce1a - 修复 WhereDynamicFilter 多级 Logic 未生效的 bug; 2020-07-03 15:04:07 +08:00
28810
806c826187 - 修复 pgsql dbfirst 未处理数组类型生成的问题; 2020-06-30 01:34:38 +08:00
28810
e54b22cee5 - 增加 SqlExt.GroupConcat MySql 函数解决; 2020-06-23 17:12:16 +08:00
28810
4ddf4c01a6 - 增加 SqlExt.Case().When(..).End() 表达式函数; 2020-06-20 17:45:15 +08:00
28810
72cccffc30 - 增加 SqlExt 常用开窗函数的自定义表达式解析; 2020-06-14 10:38:53 +08:00
28810
f4ffcfff7c - 修复 表达式 Not 位运算符解析错误;#340 2020-06-09 14:24:54 +08:00
28810
d55d7a5374 - 修复 non public ctor #291 2020-04-27 21:53:38 +08:00
28810
bf5090938a update nuget packages 2020-04-14 10:15:14 +08:00
28810
98fc8baade v1.4.0-preview20200410 2020-04-09 16:47:49 +08:00
28810
7c55f09d47 更新 Unit测试 2020-04-08 14:19:00 +08:00
28810
f3593a321f - 增加 FreeSqlBuilder UseNameConvert 方法,类名、属性名都生效;
- 调整 FreeSqlBuilder,准备移除 UseEntityPropertyNameConvert/UseSyncStructureToLower/UseSyncStructureToUpper 方法;#260
2020-03-31 07:02:42 +08:00
28810
a4367ebc5a - 修复 DbFirst Oracle 序列值使用复杂的问题,结合 [Column(InsertValueSql = "xxx.nextval")]; 2020-03-29 18:15:39 +08:00
28810
ec4b934f23 - 优化 TableInfo 元数据对 interface 实现类 IsVirtual 重写的判断(增加 IsFinal == false); 2020-03-16 12:17:53 +08:00
28810
b8a4d3bb47 #231 2020-03-12 15:57:46 +08:00
28810
c468c65ba5 - 修复 UseGenerateCommandParameterWithLambda(true) 时子语句的参数没整合到主语句;#231
- 增加 ISelect.RawJoin 方法以便实现 Outer Apply 查询;#200
2020-03-12 15:49:08 +08:00
28810
fff7925d22 - 增加 ISelect`1 AsQueryable 方法,实现将 ISelect 转换为 IQueryable 类型; 2020-03-11 18:51:56 +08:00
28810
a45cfff5f6 - 修复 ToList 父子导航可能匹配不正确的 bug; 2020-03-03 12:36:44 +08:00
28810
f22f65fee9 - 修复 DbContext/Repository Update 不更新 DbUpdateValue 的问题;#219 2020-02-28 10:41:03 +08:00
28810
761b6e0068 - 修复 DbSet.Where 表达式解析报错的问题;#216 2020-02-27 12:54:43 +08:00
28810
cfbb143ec6 完善注释 GenerateCommandParameterWithLambda 2020-02-15 17:37:21 +08:00
28810
0dec7ff587 - 完善 MapType byte[] 对 Contains/Parse 表达式解析的处理;#178 2020-01-07 18:16:37 +08:00
28810
0addfc638a Add raw(18) -> Guid UnitTest 2020-01-07 10:55:36 +08:00
28810
5afeea7711 - 完善 [Column(MapType = typeof(byte[]))] 对 Guid/string 的映射支持; 2020-01-07 00:41:22 +08:00
28810
fbbd74f54c - 完善 [Column(ServerTime = Utc)] 特性,对 Update 时也能生效; 2020-01-06 19:36:30 +08:00
28810
bbba06a343 - 扩展 内部方法 QuoteReadColumn 2020-01-06 18:50:38 +08:00
28810
f8e4e27113 - 修复 IAdo.Query\<object\> 字段名重复的 bug;#162 2020-01-03 12:33:19 +08:00
28810
8cb7ef2130 - 增加 EfCoreFluentApi 扩展包,接近 efcore fluentApi 的使用习惯;#4
- 增加 ColumnAttribute 属性 InsertValueSql,插入数据的时候指定用 sql 值;
2019-12-29 15:30:43 +08:00
28810
9aee4ba4d6 - 修复 NoneParameter 无参对 byte[] 二进制拼接的 bug;#170 2019-12-27 13:57:19 +08:00
28810
b3ed6989aa update issues template 2019-12-26 16:50:17 +08:00
28810
ec25ccea86 - 完善 Select`2-10 多表查询对象,增加 First(select)/ToOne(select)/First\<Dto\> 方法; 2019-12-19 13:46:11 +08:00
28810
eb4bbd9448 - 优化 没有主键的实体,约定 id 命名的属性上若设置了 IsPrimary = false,则其不属于约定主键; 2019-12-19 11:22:19 +08:00
28810
3a889504fb 将示例项目类型升级为 .net core 3.1 2019-12-11 22:11:27 +08:00