xuejiaming
|
7b92aac822
|
优化构造函数使用让模型提前初始化的方法
|
2023-11-24 16:48:20 +08:00 |
xuejiaming
|
21aebbca5e
|
优化executor获取scoped的bug
|
2023-11-24 15:56:32 +08:00 |
xuejiaming
|
e02225e32e
|
优化编译不使用内部取反
|
2023-11-24 08:23:28 +08:00 |
xuejiaming
|
531367bc79
|
处理部分编译和samples问题
|
2023-11-22 15:24:00 +08:00 |
MysticBoy
|
97bbe76df4
|
分离EFCore7,将src下项目设置为 EFCore8
|
2023-11-22 14:34:06 +08:00 |
xuejiaming
|
a34db8c165
|
修复嵌套表达式
|
2023-11-20 10:50:32 +08:00 |
xuejiaming
|
8d4066433c
|
[#255]修复EF.Property(o,property)的排序功能
|
2023-11-08 09:26:47 +08:00 |
xuejiaming
|
e487d5e21c
|
修复分片属性继承导致的不走高性能分页的bug
|
2023-09-13 13:54:39 +08:00 |
xuejiaming
|
dcced0a7b8
|
[#251] 修复表达式值获取
|
2023-09-01 08:30:54 +08:00 |
xuejiaming
|
284a991a6c
|
[#235] 支持linq where条件判断
|
2023-08-25 22:17:54 +08:00 |
xuejmnet
|
a4ea274638
|
Merge pull request #249 from alex-310/orderbynull
|
2023-08-23 13:41:37 +08:00 |
alex-310
|
0b525ce9f5
|
修复字段null时order by错误
|
2023-08-23 13:12:51 +08:00 |
xuejiaming
|
afef8e7d8b
|
仅分库track
|
2023-07-19 15:13:48 +08:00 |
xuejiaming
|
80a8041059
|
track bug 跨库也支持track
|
2023-07-07 21:56:59 +08:00 |
xuejiaming
|
341ecc550f
|
track bug
|
2023-07-07 21:47:15 +08:00 |
xuejiaming
|
6d2253680b
|
7.x.1.10 修复匿名对象返回nullable的value的bug
|
2023-06-06 09:14:50 +08:00 |
xuejiaming
|
b058b66a3a
|
修复bug
|
2023-05-11 12:33:34 +08:00 |
xuejiaming
|
13c76f4be3
|
读写分离添加默认行为方式
|
2023-05-11 12:25:46 +08:00 |
xuejiaming
|
9ae39a5a5c
|
添加CompareValueToKey方法可以对属性存在多个比较对象类型时自定义转换
|
2023-05-08 17:33:38 +08:00 |
xuejiaming
|
dc5fb1a487
|
还是需要聚合
|
2023-04-27 17:19:45 +08:00 |
xuejiaming
|
592a5016d8
|
优化聚合升级到7.x.1.8
|
2023-04-27 17:09:33 +08:00 |
宋家乐
|
3bf980a759
|
🥳 fix: Oracle分表判断是否存在及示例
|
2023-04-27 16:40:23 +08:00 |
xuejiaming
|
04237772bf
|
7.x.1.7
|
2023-03-30 23:20:54 +08:00 |
xuejiaming
|
bde7aebc6b
|
owner对象不添加到entitymetadata
|
2023-03-30 15:37:54 +08:00 |
xuejiaming
|
60ef9f4d6f
|
[#232] 修复Nullable<DateTime>类型在比较时导致分片扫描失效的bug无法精确定位
|
2023-03-24 15:26:36 +08:00 |
xuejiaming
|
2253b0f4f7
|
优化针对试图的处理
|
2023-03-22 11:37:08 +08:00 |
xuejiaming
|
2965892839
|
fixed view entity
|
2023-03-22 11:09:27 +08:00 |
xuejiaming
|
d30f82a185
|
[#231] fixed schema miss
|
2023-03-16 18:33:20 +08:00 |
xuejiaming
|
c59eeaa551
|
修复枚举编码utf8的bug
|
2023-03-09 14:16:55 +08:00 |
xuejiaming
|
335687c3bf
|
添加元数据配置说明
|
2023-02-25 22:57:15 +08:00 |
xuejiaming
|
b2bff085df
|
添加备注
|
2023-02-25 22:54:26 +08:00 |
xuejiaming
|
08c511964c
|
移除部分配置,添加说明
|
2023-02-23 21:11:24 +08:00 |
xuejiaming
|
8e4a853619
|
删除demo的测试代码
|
2023-02-20 14:25:05 +08:00 |
xuejiaming
|
be652568c3
|
修复命令行迁移bug升级到7.x.1.2 [#229]
|
2023-02-16 20:59:35 +08:00 |
xuejiaming
|
7373763e9f
|
优化Dispose方法清楚缓存数据
|
2023-02-10 22:46:26 +08:00 |
xuejiaming
|
2eb0d86f4c
|
升级到7.x.1.1
|
2023-02-10 15:29:44 +08:00 |
xuejiaming
|
422e78c0d1
|
Merge branch 'ShardingNavigations'
# Conflicts:
# nuget-publish.bat
# src/ShardingCore/Extensions/DbContextExtensions/DbContextExtensionShardingCore.cs
|
2023-02-10 15:13:05 +08:00 |
xuejiaming
|
8a3ff2721d
|
添加当前dbcontext是否是执行的dbcontext的属性
|
2023-01-11 16:43:23 +08:00 |
xuejiaming
|
a402ccd674
|
修复按年分表
|
2023-01-04 15:00:17 +08:00 |
xuejiaming
|
2e93d2dfa8
|
修复按年分表
|
2023-01-04 14:59:47 +08:00 |
xuejiaming
|
515729175f
|
Merge remote-tracking branch 'origin/main'
|
2023-01-04 14:52:13 +08:00 |
xuejiaming
|
b430ca5e36
|
修复按年分表的bug
|
2023-01-04 14:51:56 +08:00 |
xuejiaming
|
f5018b6616
|
修复按年分表的bug
|
2023-01-04 14:51:09 +08:00 |
xuejiaming
|
fd548bd258
|
优化全构造函数的group by对象处理
|
2023-01-03 17:16:45 +08:00 |
xuejiaming
|
14b0f747fb
|
修复分库提示说明
|
2022-12-23 16:32:54 +08:00 |
xuejiaming
|
a1ca244ccb
|
7.x.0.12
|
2022-12-23 15:20:36 +08:00 |
xuejiaming
|
7bc9751e0a
|
7.x.1.1
|
2022-12-23 15:15:55 +08:00 |
xuejiaming
|
96e785ac10
|
添加aop针对abpvnext的处理[#226]
|
2022-12-23 09:10:01 +08:00 |
xuejiaming
|
3875def0fa
|
优化简洁调用的代码将重写合并到statemanager
|
2022-12-22 22:47:25 +08:00 |
xuejiaming
|
ca0608523e
|
初步打算支持include
|
2022-12-15 13:17:53 +08:00 |