-
你们自己的mybatis 拦截器中 处理了 拦截 query 相关的逻辑之后 没有执行 invocation.proceed() ,mybatis 的拦截器是责任链模式 你们不执行 此动作 导致自定义的拦截器无法生效。望尽快 修正。
-
在之前版本都使用HsqldbDialect 作为pgsql的分页方言,后面新出PostgreSqlDialect 发现在现有代码上没什么区别
-
### 当前使用版本(必填,否则不予处理)
```pom
com.baomidou
mybatis-plus-boot-starter
3.5.2
```
使用的jsqlparser版本是4.4
---
```pom
com.github.pagehelper
pagehelper
5.3.2
…
-
比如原sql是 "select a.user_id, a.user_name from table_a a where 1=1 and a.filter_Id='111' and a.filter_type='0'" 修改为 "select a.user_name from table_a a where 1=1 and a.filter_Id='111'" 。
可以去掉某个查询字段和条件
-
##### 版本号:
1.5.6
1.5.2
尝试了2个版本,都报错
##### 问题描述:
新建报表,创建数据集无法保存,点保存无反应,后台产生错误信息。
现在怀疑自己的springboot (2.1.17 )项目在集成积木时,有类库冲突,但pom 显示没有冲突,没有找到线索。
##### 错误日志&截图:
org.springframework.http.c…
-
![pageHelper报错](https://github.com/pagehelper/Mybatis-PageHelper/assets/135097482/6dd84a83-f10d-4440-865b-0e479ee369dd)
-
_
### Question
- What do you want to know?
can not see mysql trace
___
### Bug
- Which version of SkyWalking, OS and JRE?
6.6.0 macos 1.8
- Which company or project?
sku
- What happen?
…
-
springboot-version: 3.2.1
graal-vm-version: GraalVM 17.0.9+11.1
mysql-version: 8.0
Works normally in jvm environment.
Not working properly in native environment.
When I execute SQL containi…
-
- [ ] 我已在 [issues](https://github.com/pagehelper/Mybatis-PageHelper/issues) 搜索类似问题,并且不存在相同的问题.
## 异常模板
### 使用环境
* PageHelper 版本:
* 数据库类型和版本: xxx
* JDBC_URL: xxx
### SQL 解析错误
#### 分页参…
-
本来是date映射localdatetime不行,升到1.1.19可以了。但是time映射localtime不行了,去掉fliter监控配置就可以了。mybatis ver3.5.2
Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processi…