smith.liu

Results 5 issues of smith.liu

当如果是该属性为数值类型,则不应该加上 != '' ,建议加上一个TYPEHANDLE处理一下

### 问题描述 *简要描述您碰到的问题。* 当数据库类型为CLOB,JSON.toJsonString() 会导致栈溢出 ### 环境信息 *请填写以下信息:* - OS信息: [e.g.:windows 10 16 GB] - JDK信息: [e.g.:Openjdk 1.8.0_312] - 版本信息:[e.g.:Fastjson2 2.1] ### 重现步骤 *如何操作可以重现该问题:* ![image](https://github.com/user-attachments/assets/4df71293-0032-45eb-be1d-77d0e98236a4) 1. 使用 `JSON.toJsonString() 方法 2....

bug

pageHelper version:2.0.0 - [ ] 我已在 [issues](https://github.com/pagehelper/Mybatis-PageHelper/issues) 搜索类似问题,并且不存在相同的问题. ![image](https://github.com/pagehelper/Mybatis-PageHelper/assets/83701502/6e7b10c7-e32e-40c6-8414-c17c0bbe7df1) 建议直接再加一个PageHelperProperties 加一个属性为bannnerEnable 那么则在PageInterceptor 拦截器直接过滤即可。不期望在代码上硬设置 ```java public PageInterceptor() { String bannerEnabled = System.getProperty("pagehelper.banner"); if (StringUtil.isEmpty(bannerEnabled)) { bannerEnabled = System.getenv("PAGEHELPER_BANNER"); } //默认 TRUE...

### Feature Hello , I hope if node can be edit , that's really good ### Alternative solutions or implementations _No response_ ### Other context _No response_

feature