1653 Commits

Author SHA1 Message Date
huangyebiaoke
046c6c89bd 用位运算优化反解id的时间戳部分方法的代码 2022-12-16 22:54:36 +08:00
hubin
f12ca79165 新增支持手动拦截器忽略策略 2022-12-15 18:08:57 +08:00
qmdx
4b0155f916
Merge pull request #4982 from binfengyan/3.0
feat(mybatis-plus-core):新增查询条件方法notLikeLeft和notLikeRight
2022-12-13 20:33:06 +08:00
hubin
0c5704d6bf 开源表结构自动维护特性 2022-12-13 18:45:47 +08:00
qmdx
7794cfcd79
Merge pull request #4584 from Muyangmin/bugfix/assign-argument-not-match
[BugFix] 使用字符串类型注入 key 之前加上类型检查,避免类型不匹配导致注入失败。
2022-12-12 18:47:16 +08:00
hubin
c4f14cd43e 允许子类重写 orderBy 基础方法 gitee issues/I61F51 2022-12-08 10:57:37 +08:00
hubin
d78ae2af72 允许子类重写 orderBy 基础方法 gitee issues/I61F51 2022-12-08 10:53:39 +08:00
yanbinfeng
d177c08a25 feat(mybatis-plus-core):新增查询条件方法notLikeLeft和notLikeRight 2022-11-29 17:08:57 +08:00
miemie
e823a98144 移除TableInfo过时方法 2022-11-29 13:20:25 +08:00
miemie
465bf7f266 JoinTableInfoInitHandler.java 2022-11-29 13:02:58 +08:00
miemie
77a278062a 移除注解OrderBy的过时属性isDesc 2022-11-29 12:14:59 +08:00
冻冰
5ca9ccc300 合并过滤sql注入正则字符串
Signed-off-by: 冻冰 <86124@qq.com>
2022-11-15 15:40:23 +08:00
冻冰
4eefce85b6 修复过滤sql关键字不全可能导致sql注入的问题
Signed-off-by: 冻冰 <86124@qq.com>
2022-11-15 14:17:32 +08:00
gonggy
9674a0da24 修复sql注入检测不准确的问题 2022-11-09 09:43:47 +08:00
miemie
8e629a88b6 BaseMapper.selectCount生成语句加入中"AS total" 2022-10-26 17:33:31 +08:00
miemie
ceddb5164c 雪花id新增反解时间戳方法 2022-10-17 16:13:20 +08:00
miemie
bccdb746a1 code style 2022-09-21 15:01:12 +08:00
miemie
f6aaf038a8 code style 2022-09-21 14:58:58 +08:00
miemie
ed79b51fad 实验性功能-参与 TableInfo 的初始化 2022-09-20 18:10:33 +08:00
hcl
aebaca4dc0 test: IdeaProxyLambdaMeta.java 2022-08-12 14:38:01 +08:00
VampireAchao
f5d385d321 使用MethodHandles.reflectAs代替原本的缓存反射 2022-08-12 13:46:32 +08:00
miemie
9656f4b271 3.5.2.2-SNAPSHOT fix: InterceptorIgnore 不能过滤 selectKey 的问题 2022-08-10 22:59:01 +08:00
miemie
b38a92d313 code 2022-08-03 17:05:44 +08:00
青苗
1fb29af60a
!240 #I4XSL0 issues 的处理
Merge pull request !240 from 深呼吸丶/3.0
2022-07-26 09:51:17 +00:00
miemie
d47fada356
!239 修改columnToSqlSegment方法返回类型为ColumnSegment,方便判断那个是字段
Merge pull request !239 from mcck/N/A
2022-07-01 03:13:08 +00:00
mcck
aa76c5723d
修改columnToSqlSegment方法返回类型为ColumnSegment,方便判断那个是字段 2022-07-01 02:48:35 +00:00
mcck
af7042fa37
添加Column类型接口 2022-07-01 02:46:41 +00:00
shanchanghui
435f23ee6a 添加测试代码 2022-06-30 18:15:57 +08:00
shanchanghui
055b9ef058 🔥 删除弃用代码 2022-06-30 17:59:28 +08:00
Muyangmin
35b4a1b229 [BugFix] 使用字符串类型注入 key 之前加上类型检查,避免类型不匹配导致注入失败。 2022-06-14 15:04:14 +08:00
miemie
39052de0c7 兼容mybatis的升级 2022-05-31 22:06:34 +08:00
miemie
d583cbf78d code style 2022-05-31 11:02:13 +08:00
miemie
f3d668e76f license 2022-05-31 00:06:03 +08:00
nieqiurong
acbb462126 修复参数填充判断错误,标记替换字段常量。 2022-05-11 17:59:42 +08:00
青苗
bf3103451e
!215 【新特性】修复了SqlHelper.getMapper;新增SqlHelper.execute;解决多模块项目下获取Mapper失败问题;优化了MybatisMapperRegistry#hasMapper
Merge pull request !215 from 阿超/3.0
2022-04-11 01:48:32 +00:00
VampireAchao
bf281a73b3 hasMapper逻辑调整,避免有mapper未放入map中 2022-04-10 11:44:12 +08:00
青苗
dcf512bf89
!216 简化else判断代码
Merge pull request !216 from 凯凯大魔王/3.0
2022-04-10 03:35:33 +00:00
VampireAchao
6c6d1860d7 对不起... 2022-03-30 11:29:05 +08:00
VampireAchao
ee5fbaa9e1 hasMapper此处只需要用keySet即可 2022-03-30 11:05:52 +08:00
VampireAchao
aef4774ce0 处理了获取mapper时未从MybatisMapperRegistry中将value从Map.Entry中取出来的问题;将class.getName去equals类名对比改为isAssignableFrom 2022-03-30 11:03:59 +08:00
miemie
8a00703b59 code style miao 2022-03-08 10:34:11 +08:00
miemie
0a286e1195 枚举处理优化,不再需要'typeEnumsPackage'这个配置 2022-03-07 21:05:28 +08:00
sundongkai
1e12cf5d30 简化else代码 2022-02-14 13:32:31 +08:00
单开宇
371390a994 完善注释 2022-02-10 10:47:49 +08:00
VampireAchao
dec385f693 fix https://github.com/baomidou/mybatis-plus/issues/4247 2022-01-18 14:04:03 +08:00
hubin
25ec6381f6 新增可控分配 id 方法 fixed github pull/4231 2022-01-12 18:42:57 +08:00
聂秋荣
b6d0200b39 TableInfo过时方法兼容性调整. 2022-01-05 18:03:58 +08:00
hubin
4dce30c2f5 设置为 null 减少不必要的判断 2021-12-29 22:02:17 +08:00
hubin
cf3d3c4bc0 发布 3.5.0 修改版本授权时间为 2022 2021-12-29 21:54:05 +08:00
hubin
b1784a507d 发布 3.5.0 测试 2021-12-28 21:56:14 +08:00