2107 Commits

Author SHA1 Message Date
hzy
f3aa07abb6 添加新的多表查询语法,简化 定义 一堆 abcd 2020-11-03 23:05:11 +08:00
hzy
8e67cb3d73 添加新的多表查询语法,简化 定义 一堆 abcd 2020-11-03 22:57:51 +08:00
2881099
d88b465022 - debug code 2020-11-03 12:00:24 +08:00
2881099
768cbdc97a - 增加 HzyTuple 表达式替换类; 2020-11-02 22:24:59 +08:00
2881099
f3bc47feca - 移除 ISelect<T> where T : class 约束限制;#515 2020-11-02 21:01:07 +08:00
2881099
5580602a19 v2.0.0-preview1102 #515 #505 2020-11-02 19:42:40 +08:00
2881099
eb3f38a0b4 - 移除 ISelect<T>/IUpdate<T>/IDelete<T> class 约束限制; 2020-11-02 19:37:52 +08:00
2881099
454eb8cc44 - 增加 表达式树函数解析 byte[] Length;#505 2020-10-31 07:03:00 +08:00
2881099
b86676df4e v2.0.0-preview1026 #502 #500 2020-10-26 21:16:31 +08:00
2881099
32353bb335 - 修复 线程事务嵌套事务的 bug;#502 2020-10-26 21:08:10 +08:00
2881099
1a05d63a96 - maintain CreateInstanceGetDefaultValue 2020-10-26 02:51:42 +08:00
2881099
8ca75db2a4 Merge branch 'master' of https://github.com/dotnetcore/FreeSql 2020-10-26 02:48:19 +08:00
2881099
ecd7425be9 - add Oracle ToSqlBatchIdentityColumn 2020-10-26 02:48:10 +08:00
IGeekFan
bad7107126
Create gitee-mirror.yml 2020-10-23 18:46:13 +08:00
IGeekFan
4dfa5c3b95
Update readme.md 2020-10-23 09:49:34 +08:00
2881099
faf883b62a - 优化 表达式树 SqlExt.IsNull 对布尔类型的解析;#500 2020-10-22 20:24:49 +08:00
2881099
b0ec71d114 v1.10.1 mysql.data.dll 版本降低至 8.0.21 (8.0.22 版本有 bug) #498 #469 #495 #479 #494 #476 #490 2020-10-22 16:57:02 +08:00
2881099
1fc4c9c46e - 优化 MySql CodeFirst 索引的建立 ;#498 2020-10-22 16:52:53 +08:00
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