2774 Commits

Author SHA1 Message Date
hyzx86
18c9ae954c 还原测试用例 2023-04-04 16:42:01 +08:00
hyzx86
0b4124202e Revert "为所有数据库 CodeFirst 中的 LocalExecuteScalar 增加 AOP"
This reverts commit aa13fc49a75cf013cc7e5036e14e918806a52713.
2023-04-04 16:33:24 +08:00
hyzx86
aa13fc49a7 为所有数据库 CodeFirst 中的 LocalExecuteScalar 增加 AOP 2023-04-04 16:28:54 +08:00
bob.li
396d113d5f 20230403 2023-04-03 17:27:10 +08:00
2881099
181fb90ef6 v3.2.694-preview20230331 #1477 2023-03-31 19:42:34 +08:00
2881099
f9d6fcba4f opt code #1477 2023-03-31 19:38:09 +08:00
2881099
4f921b4b0a
Merge pull request #1477 from BobLi-Net/master
增加虚谷支持,基础版本
2023-03-31 19:14:51 +08:00
bob.li
f60acc0741 增加虚谷支持,基础版本 2023-03-30 22:24:16 +08:00
2881099
68bb3400cf - 增加 虚谷数据库 FreeSql.Provider.Xugu; 2023-03-30 18:45:01 +08:00
2881099
486a05a3f7 - 增加 IInsert IgnoreInsertValueSql 方法临时忽略 InsertValueSql 设置; 2023-03-30 15:15:26 +08:00
2881099
598c9ee078 v3.2.693 #1476 #466 #1462 #1459 #1451 #1446 2023-03-29 19:33:09 +08:00
2881099
1e23938e4e - 修复 SqlServer 自增 BulkUpdate bug;#1476 2023-03-29 19:07:19 +08:00
2881099
8c2ebe3234 v3.2.693-preview20230329 2023-03-29 13:17:10 +08:00
2881099
5659e527ed - 增加 TableInfo.SetAsTable 自动分表的设置; 2023-03-29 13:10:44 +08:00
2881099
0de393169d - 优化 .Select<object>().WithSql(sql).ToList<T>() 体验; 2023-03-29 09:57:07 +08:00
2881099
ad83e0c26a - 优化 .Select<object>().WithSql().ToList() 体验;#466 2023-03-28 20:07:04 +08:00
2881099
c6e4a45c26 v3.2.693-preview20230326 2023-03-25 16:11:33 +08:00
2881099
be043e322f - 增加 IInsertOrUpdate 高性能方法 ExecuteMySqlBulkCopy; 2023-03-25 15:45:24 +08:00
2881099
dc659417a4 - 增加 KingbaseES 三大 BulkCopy 高性能方法,增,改,增或改; 2023-03-25 15:17:47 +08:00
2881099
42b9d7b8fd - 增加 IInsertOrUpdate 高性能方法 ExecutePgCopy; 2023-03-25 15:09:58 +08:00
2881099
09f3f1a20c - 增加 IInsertOrUpdate 高性能方法 ExecuteOracleBulkCopy/ExecuteDmBulkCopy; 2023-03-25 14:50:13 +08:00
2881099
07602192a7 v3.2.693-preview20230325 2023-03-24 22:36:28 +08:00
2881099
32ea064c4b - 添加 InsertOrUpdate 高性能方法 ExecuteSqlBulkCopy; 2023-03-24 22:34:32 +08:00
2881099
b2f484dbc4 - 优化 UpdateJoin .Set 固定值解析; 2023-03-24 16:15:25 +08:00
2881099
561b10331f v3.2.693-preview20230324 2023-03-24 15:17:13 +08:00
2881099
3919180b0b - 修复 UpdateJoin null 错误; 2023-03-24 15:10:48 +08:00
2881099
c83baec65e - 修复 表达式树解析 string.Concat 多于3个时的 bug; 2023-03-24 12:44:54 +08:00
2881099
41ba6c37be - 增加 Oracle/达梦 批量更新 BulkCopy 扩展方法; 2023-03-16 09:08:29 +08:00
2881099
b0bac8efa7 v3.2.692 #1462 #1459 #1451 #1446 2023-03-15 22:57:51 +08:00
2881099
a157f8a0cc - 修复 FromQueryMulti 多表重载可能出现的 null 对象报错;(合并 FromQuery 和 FromQueryMulti 代码) 2023-03-15 22:54:22 +08:00
2881099
357e52a59f - 修复 InsertDict SqlServer 下的问题; 2023-03-15 21:09:59 +08:00
2881099
09664cb3ad - 修复 InsertOrUpdateDict Oracle byte[] 长度判断问题;#1462 2023-03-15 20:34:44 +08:00
2881099
9a15a9781e v3.2.692-preview20230314 - 修复 Oracle Merge Into byte[] 参数化判断 bug;#1459 2023-03-14 21:54:07 +08:00
2881099
a6c1981bd6 - 增加 IUpdate.Join 联表更新功能; 2023-03-10 20:42:32 +08:00
2881099
39bb327022 update 2023-03-10 10:45:34 +08:00
2881099
8e19cf23a2 update demo 2023-03-09 19:44:54 +08:00
2881099
b2286fd241 v3.2.691 #1451 #1446 2023-03-09 17:12:56 +08:00
2881099
40e9c1952d Merge branch 'master' of https://github.com/dotnetcore/FreeSql 2023-03-09 17:03:48 +08:00
2881099
ecd0eb622c - 修复 DB First 延迟加载 ManyToOne 返回总是NULL #1451 2023-03-09 17:02:37 +08:00
2881099
9e7ab0f0df
Merge pull request #1446 from d4ilys/master
修复 QuestDb CodeFirst AutoSubtableAttribute/ColumnAttribute判断bug
2023-03-05 21:49:18 +08:00
d4ilys
14678fa442
Merge branch 'dotnetcore:master' into master 2023-03-05 00:35:11 +08:00
dailyccc
2d16aec7c5 - 修复 QuestDb CodeFirst AutoSubtableAttribute/ColumnAttribute判断bug 2023-03-05 00:34:39 +08:00
dailyccc
5e256922e6 - 修复 QuestDb CodeFirst AutoSubtableAttribute/ColumnAttribute判断bug 2023-03-05 00:32:45 +08:00
2881099
4fc20086c1 v3.2.691-preview20230305 2023-03-03 19:27:43 +08:00
2881099
b8c798e292 - 优化 IInsertOrUpdate SetSource tempPrimary 自增的忽略保存; 2023-03-03 19:00:52 +08:00
2881099
50decde891 v3.2.691-preview20230303 2023-03-03 16:54:57 +08:00
2881099
ea17bf3e70 - 增加 IInsertOrUpdate SetSource 重载方法; 2023-03-03 16:50:30 +08:00
2881099
d55e6782d4 - 优化 IInsertOrUpdate SetSource tempPrimary 自增的忽略插入; 2023-03-03 16:47:06 +08:00
2881099
59f79a56f3 - 修复 Clickhouse 自动分表 where 条件分析问题; 2023-03-03 11:36:12 +08:00
2881099
8b5b23202c - 增加 ISelect<T> FromQuery 重载多表嵌套; 2023-03-03 00:37:18 +08:00