775 Commits

Author SHA1 Message Date
igeekfan
a2ad37a483 英文资源增加FreeSql前缀 2022-05-21 16:31:25 +08:00
igeekfan
d5680a5e57 🚑 增加默认的英文翻译 2022-05-21 13:52:54 +08:00
igeekfan
e956d5313c #1108 合并master冲突 2022-05-21 03:11:07 +08:00
igeekfan
cdc9b1c507 #1108 把英文的作为默认语言,把中文换成XXX.zh-Hans.resx 2022-05-21 03:07:25 +08:00
2881099
04ba968b61 add test 2022-05-20 10:49:12 +08:00
2881099
8ff9d69842 - 修复 Repository.DataFilter 对 GlobalFilter 控制无效的 bug;#1028 #846 2022-05-20 10:02:49 +08:00
igeekfan
747603dbb6 Merge main branches 2022-05-20 03:16:13 +08:00
igeekfan
83a4bb8039 #694 Exception信息 国际化 多语言 2022-05-20 02:52:58 +08:00
2881099
fc32710421 - 增加 pgsql numeric -> BigInteger 映射;#1100 2022-05-13 12:32:26 +08:00
2881099
a3a3d56ec3 - 修复 Oracle AsTable 分表嵌套 SQL 拼错错误;#1098 2022-05-12 13:36:19 +08:00
2881099
1b84a00696 - 优化 子查询 sum/min/max/avg 默认加 isnull 防止为 NULL 情况; 2022-05-10 09:28:04 +08:00
2881099
e2d6c890a9 update Exception message 2022-05-09 15:52:59 +08:00
2881099
98e9430db7 add test code 2022-05-07 12:53:38 +08:00
2881099
a35ddd30cb add access like test. 2022-05-06 02:52:56 +08:00
2881099
4b15cfb96f v3.2.609 #609 #1091 #1092 2022-05-05 12:21:52 +08:00
2881099
a47b8c0e15 - 优化 IIF 表达式解析; 2022-05-05 10:39:38 +08:00
2881099
a7b40e9a5a update test 2022-05-05 00:22:10 +08:00
2881099
0ecab32f34 - 调整 DbSet/Repository DeleteCascadeByDatabase/Delete 区别于数据库/内存的级联删除;#609 2022-05-04 22:38:17 +08:00
2881099
b0ac5a8739 - 调整 增加支持 OneToOne 级联保存,EnableAddOrUpdateNavigateList 改名为 EnableAddOrUpdateNavigate; 2022-05-04 15:49:05 +08:00
2881099
c9fa4d8983 - 增加 DbSet/Repository DeleteCascade 级联删除功能;#609 2022-05-04 14:54:29 +08:00
2881099
88d7985d92 - 增加 IDelete.ToSqlCascade 递归删除方法; 2022-05-02 15:01:52 +08:00
2881099
d2a7c52297 增加 IncludeByProperty 扩展方法,支持集合和普通属性; 2022-05-01 15:34:33 +08:00
2881099
48bf7bdd98 - 优化 IncludeMany 扩展方法,支持字符串参数; 2022-05-01 12:53:33 +08:00
2881099
52c5ca7da3 - 增加 IncludeMany 扩展方法重载,支持字符串参数; 2022-04-30 20:33:32 +08:00
2881099
7425f33f24 - 优化 dywhere IN 查询按 500 元素分割;#1091 2022-04-30 16:29:24 +08:00
2881099
a5723c1773 - 修复 pgsql IList -> JArray 映射;#1092 2022-04-29 18:56:10 +08:00
2881099
10d9090fb4 v3.2.603 #1087 #1078 #1066 #903 #698 #644 #509 #362 #300 #15 2022-04-29 12:32:11 +08:00
2881099
b320d084fa v3.2.602 #1087 #1078 #1066 #903 #698 #644 #509 #362 #300 #15 2022-04-29 00:05:41 +08:00
2881099
1b289c7d08 - 修复 8c72d540251c0559e04a25e7d067a2e6eeadbe84 ToList<Dto> jsonb 映射,影响 v3.2.600 ; 2022-04-28 13:00:24 +08:00
2881099
f76a46f383 - 优化 导航集合属性访问,可省略 AsSelect;#15 #300 #362 #509 #698 #644 #903 2022-04-27 20:27:24 +08:00
2881099
87c71d5be3 - 修复 InsertValueSql 在仓储插入后不返回最新值; 2022-04-24 16:11:18 +08:00
igeekfan
0602eafbda Merge branch 'master' of github.com:dotnetcore/FreeSql 2022-04-16 17:37:25 +08:00
igeekfan
1b7dd3024f #1021 fix sqlite padleft padright 2022-04-16 17:37:19 +08:00
2881099
91522386b1 - 优化 DbContext/Repository Update 实体有 ServerTime 既使无状态变化也必然更新的逻辑; 2022-04-12 21:44:31 +08:00
2881099
0387c0a4cf - 修复 Delete.Where in 查询为空时,异步操作仍然执行删除;#1068 2022-04-12 18:28:55 +08:00
2881099
7c2b7ea5ef - 修复 InsertOrUpdateDict 异常;#1067 2022-04-11 13:23:38 +08:00
2881099
ecd27fb3ae - 修复 InsertDict 部分新功能遗留问题(特别是 Oracle); 2022-04-09 22:40:52 +08:00
2881099
198e027c48 - 修复 MapType 复杂表达式树解析 bug;#1062 2022-03-31 16:29:01 +08:00
2881099
5d9afe8329 - 增加 InsertOrUpdateDict 字典操作方法;#481 2022-03-29 21:13:45 +08:00
2881099
5b65a17be0 - 完善 InsertDict 等字典操作功能; 2022-03-29 20:40:00 +08:00
2881099
4cf47488d4 - 修复 MySql Set 类型空格处理问题;#1059 2022-03-29 20:17:13 +08:00
2881099
0fcc5619be - 增加 fsql.InsertDict/UpdateDict/DeleteDict 字典操作的扩展方法;#481 2022-03-25 19:07:47 +08:00
2881099
dc688adc11 - 增加 fsql.Insert(Dictionary<string, object>) 无实体类插入方法;#481 2022-03-24 18:06:54 +08:00
2881099
f4163be020
Merge pull request #973 from ANCB520/master
修复clickHouseSetNoneParameter会报错问题
2022-01-18 06:54:56 +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
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
luoyunchong
65efd6471b 🐛 修复测试项目中引用包问题 2021-12-29 19:03:45 +08:00
2881099
60f876db92 - 修复 UseConnectionFactory 参数化问题; 2021-12-28 12:56:13 +08:00
2881099
562cb78528 rename SqliteCore 2021-12-28 11:25:50 +08:00