Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / baomidou/mybatis-plus issues and pull requests
#5905 - 支持增删改的日志切面
Issue -
State: closed - Opened by jerryPlayer0 11 months ago
- 2 comments
Labels: question
#5899 - QueryWrapper的first方法,引号会被转义
Issue -
State: closed - Opened by adinlead 11 months ago
- 2 comments
Labels: bug
#5898 - updateById Support Dynamic Field Strategy
Pull Request -
State: closed - Opened by rowstop 11 months ago
#5895 - 自定义InnerInterceptor在Db.saveBatch(entityList)批量插入模式下不能稳定调用
Issue -
State: open - Opened by icvozh398 11 months ago
- 8 comments
Labels: bug
#5894 - Wrappers条件中使用枚举条件报错
Issue -
State: closed - Opened by jingbio 11 months ago
- 1 comment
#5893 - Abstract SqlMethod
Pull Request -
State: closed - Opened by rowstop 11 months ago
#5882 - 求助!!!使用IService.selectPage方法偶现Unknown column '1' in 'where clause'
Issue -
State: closed - Opened by mayuxiang2 11 months ago
- 3 comments
Labels: 2.x
#5872 - 能否升级下jsqlparser到4.7?
Issue -
State: closed - Opened by pigeon2049 11 months ago
- 17 comments
Labels: enhancement, jsqlparser
#5871 - 希望提供TableInfo和AbstractMethod的增强功能
Issue -
State: open - Opened by chess3cake 11 months ago
- 4 comments
Labels: enhancement
#5867 - SpringBoot 3.2.1 启动报错
Issue -
State: closed - Opened by liaozan 11 months ago
- 16 comments
Labels: enhancement, compatibility
#5864 - 建议 QueryWrapper 增加忽略大小写的 like,例如 ilike
Issue -
State: open - Opened by someok 11 months ago
- 5 comments
Labels: enhancement
#5863 - 使用shardJDBC分表后,是不是updateById会有问题
Issue -
State: closed - Opened by moLineee 11 months ago
- 2 comments
Labels: question
#5861 - MybatisSqlSessionFactoryBean文件里面说的打印sao东西,是什么sao东西?
Issue -
State: closed - Opened by HelenAndLi 11 months ago
- 6 comments
#5849 - 流式查询是不是一次读取全部数据到内存了?
Issue -
State: closed - Opened by jyjey 11 months ago
- 5 comments
Labels: question
#5842 - IllegalSQLInnerInterceptor 处理Expression未考虑Parenthesis
Issue -
State: closed - Opened by MynLJL 11 months ago
- 3 comments
Labels: bug
#5839 - 3.5.3.2版本新增了Wrapper 查询 ,但是具体写法不明确
Issue -
State: closed - Opened by damonflycloud 11 months ago
- 1 comment
Labels: question
#5827 - TDengine分页查询时,报错Encountered unexpected token: "interval
Issue -
State: open - Opened by sywshu 12 months ago
- 2 comments
Labels: jsqlparser
#5826 - 关于升级到SpringBoot3.2后,构建Spring Native镜像运行时报错,找不到Mapper问题
Issue -
State: closed - Opened by XuYaoAnansi 12 months ago
- 13 comments
Labels: native, compatibility
#5822 - 多租户不支持with语句
Issue -
State: closed - Opened by 1198735966 12 months ago
- 1 comment
#5803 - Exception:org.springframework.web.util.NestedServletException: Handler dispatch failed; nested exception is java.lang.NoSuchMethodError: com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper.select([Lcom/baomidou/mybatisplus/core/toolkit/support/SFunction;)Lcom/baomidou/mybatisplus/core/conditions/query/LambdaQueryWrapper;
Issue -
State: closed - Opened by githubwyj 12 months ago
- 2 comments
#5798 - BaseMultiTableInnerInterceptor【数据权限】 处理left join时,遇到join的表只会拼接到 on条件并不会拼接到where条件后 #5797
Pull Request -
State: closed - Opened by HillCheuang 12 months ago
- 8 comments
#5797 - BaseMultiTableInnerInterceptor【数据权限】 处理left join时,遇到join的表只会拼接到 on条件并不会拼接到where条件后
Issue -
State: closed - Opened by HillCheuang 12 months ago
- 1 comment
#5784 - 请教有分表的情况下代码生成如何配置entity中TableName属性去掉分表后缀
Issue -
State: closed - Opened by jacentsao about 1 year ago
- 1 comment
Labels: generator
#5782 - 自己的 IBaseService 继承 Mybatis-Plus 提供的基类报updateById不存在
Issue -
State: closed - Opened by qinfy about 1 year ago
- 5 comments
#5778 - selectList数组越界,select15个字段,数组越界16,而且无法复现,怀疑读取字段列表时使用了过期的缓存或者错误数据或者并发导致的
Issue -
State: closed - Opened by OnlyHelloWorld about 1 year ago
- 4 comments
Labels: help wanted
#5777 - 多租户模式下,批量插入时,不能为租户字段赋值
Issue -
State: closed - Opened by q876625596 about 1 year ago
#5770 - 请问@Version和批量更新有问题新版本解决了吗?
Issue -
State: closed - Opened by startjava about 1 year ago
#5768 - 通用枚举 带属性枚举和不带属性枚举 无法共存,导致查询出现SQLFeatureNotSupportedException问题
Issue -
State: closed - Opened by cctyl about 1 year ago
- 2 comments
#5764 - 关于改进 IService 和 ServiceImpl 的建议
Issue -
State: closed - Opened by oracle-fusion-middleware-team about 1 year ago
- 27 comments
Labels: enhancement, question, Gitalk
#5761 - ServiceImpl baseMapper 空指针异常
Issue -
State: closed - Opened by whycoder about 1 year ago
- 1 comment
#5760 - Mybatis拦截器怎么拿到QueryWrapper中的参数和值
Issue -
State: open - Opened by xiaosTyy about 1 year ago
- 4 comments
#5757 - oracle 数据库 mybatis-plus-generator 3.5.4 代码生成耗时很长
Issue -
State: closed - Opened by PaulusChang about 1 year ago
- 1 comment
Labels: help wanted, generator
#5741 - Mybatis-plus 3.5.4 的AOP问题
Issue -
State: closed - Opened by jktantan about 1 year ago
- 26 comments
Labels: bug
#5712 - Wrapper方法是否增加惰性求值
Issue -
State: closed - Opened by nieqiurong about 1 year ago
- 2 comments
Labels: enhancement
#5707 - TableLogic配置后有部分操作不想用逻辑删除怎么操作
Issue -
State: closed - Opened by GavinZ1314 about 1 year ago
- 2 comments
#5697 - 建议支持联合主键
Issue -
State: closed - Opened by frozenfield about 1 year ago
- 4 comments
#5686 - 脚本中存在大量空格和换行导致脚本解析错误,是否可以在解析前去除空格和换行
Issue -
State: closed - Opened by greenhand520 about 1 year ago
- 11 comments
Labels: jsqlparser
#5636 - myqsl 分页最后一页 limit 大于实际条数导致查询变慢
Issue -
State: closed - Opened by StormSpiritZipZap about 1 year ago
- 4 comments
#5600 - mybatis-plus-generator中PackageConfig包配置问题
Issue -
State: closed - Opened by hukanglu about 1 year ago
Labels: question, generator
#5578 - IllegalSQLInnerInterceptor对SQL的校验有点问题
Issue -
State: closed - Opened by NMoMooMoMN over 1 year ago
- 4 comments
Labels: bug
#5535 - 使用mockito如何对mybatisplus的链式调用进行mock测试?
Issue -
State: closed - Opened by CodingGyd over 1 year ago
- 5 comments
Labels: question
#5527 - SpringBoot3支持问题
Issue -
State: closed - Opened by nieqiurong over 1 year ago
- 38 comments
Labels: native
#5484 - [BUG]Mybatis-Plus使用XML编写SQL时,解析SQL出错:Encountered unexpected token: "," ","
Issue -
State: closed - Opened by t375152973 over 1 year ago
- 9 comments
Labels: jsqlparser
#5462 - typehandler 使用lambdaQuery 查询时 不生效
Issue -
State: closed - Opened by canhui6666 over 1 year ago
- 4 comments
Labels: enhancement
#5431 - 请教多租户插件在频繁访问的情况下,导致SQL中租户条件没有拼接的情况
Issue -
State: closed - Opened by zhang141650 over 1 year ago
- 5 comments
#5422 - service.saveBatch() 如何批量返回id至对象中
Issue -
State: closed - Opened by stacktime over 1 year ago
- 5 comments
Labels: question
#5403 - DataChangeRecorderInnerInterceptor 根据条件更新 修改的新值为null 旧值正确
Issue -
State: open - Opened by farmer-youngest over 1 year ago
- 3 comments
Labels: bug
#5392 - DataChangeRecorderInnerInterceptor 数据审计打印结果缺少数据
Issue -
State: closed - Opened by farmer-youngest over 1 year ago
- 6 comments
#5389 - 官网文档打开报错,看不到页面内容
Issue -
State: closed - Opened by CoderViking over 1 year ago
- 2 comments
#5345 - 版本 3.5.1 or 3.5.3.1 Encountered unexpected token: "\n\n\n" <ST_SEMICOLON>
Issue -
State: closed - Opened by zjmJavaByte over 1 year ago
- 7 comments
Labels: enhancement, jsqlparser
#5340 - Clob filed data don't in the Result-Set
Issue -
State: open - Opened by myheavyhead over 1 year ago
#5339 - LambdaQueryChainWrapper和getOne方法配合使用报错
Issue -
State: closed - Opened by xieliangza over 1 year ago
- 5 comments
#5338 - “代码生成器增加是否生成service接口的开关”是否具有该功能
Issue -
State: closed - Opened by guluuwater over 1 year ago
- 1 comment
#5337 - 使用LambdaQueryWrapper使用or子条件,打印的sql并没有带子条件的括号
Issue -
State: closed - Opened by hu-1996 over 1 year ago
#5336 - 建议加个常用的查询方法, 写查询条件太多了
Issue -
State: closed - Opened by hijackwust over 1 year ago
- 1 comment
#5335 - 添加对Lealone数据库的支持
Pull Request -
State: closed - Opened by zhoujin7 over 1 year ago
#5334 - 希望添加对lealone数据库的支持
Issue -
State: closed - Opened by zhoujin7 over 1 year ago
- 1 comment
#5333 - 关于分页插件的配置放在启动类才能生效的问题
Issue -
State: open - Opened by pkaq over 1 year ago
- 1 comment
#5332 - 版本3.4.2调用lambdaUpdate异常
Issue -
State: closed - Opened by zhmingyong over 1 year ago
- 2 comments
#5331 - @TableLogic生成的条件与AND缺少空格
Issue -
State: closed - Opened by q888710631 over 1 year ago
#5330 - Unknown column 'role_id' in 'field list'] with root cause
Issue -
State: closed - Opened by avery067 over 1 year ago
- 2 comments
#5329 - WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
Issue -
State: open - Opened by andy65007 over 1 year ago
#5328 - CVE-2020-26945
Issue -
State: open - Opened by iexhx over 1 year ago
- 1 comment
#5327 - 修复使用高版本jdk运行单元测试失败(临时方案).
Pull Request -
State: closed - Opened by nieqiurong over 1 year ago
#5326 - Lambda的between条件构造空指针异常
Issue -
State: closed - Opened by SSSDNSY over 1 year ago
- 4 comments
#5325 - 数据库SqlServer 2008,使用saveBatch,报错: com.microsoft.sqlserver.jdbc.SQLServerException: 必须执行该语句才能获得结果。
Issue -
State: open - Opened by turing1989 over 1 year ago
#5323 - jsqlparser降级
Issue -
State: closed - Opened by yzystart over 1 year ago
#5322 - 为什么我升级了mybatisplus版本后以前的sql不能执行了?
Issue -
State: closed - Opened by yzystart over 1 year ago
- 4 comments
#5321 - generator生成代码时entity没有注释
Issue -
State: open - Opened by all-aroundbadass over 1 year ago
#5320 - selectOne查询为null
Issue -
State: closed - Opened by TsukasaHwan over 1 year ago
#5320 - selectOne查询为null
Issue -
State: closed - Opened by TsukasaHwan over 1 year ago
#5320 - selectOne查询为null
Issue -
State: closed - Opened by TsukasaHwan over 1 year ago
#5320 - selectOne查询为null
Issue -
State: closed - Opened by TsukasaHwan over 1 year ago
#5320 - selectOne查询为null
Issue -
State: closed - Opened by TsukasaHwan over 1 year ago
#5319 - selectOne查询返回结果有误
Issue -
State: closed - Opened by 001221211 over 1 year ago
- 2 comments
#5319 - selectOne查询返回结果有误
Issue -
State: closed - Opened by 001221211 over 1 year ago
- 2 comments
#5319 - selectOne查询返回结果有误
Issue -
State: closed - Opened by 001221211 over 1 year ago
- 2 comments
#5319 - selectOne查询返回结果有误
Issue -
State: closed - Opened by 001221211 over 1 year ago
- 2 comments
#5319 - selectOne查询返回结果有误
Issue -
State: closed - Opened by 001221211 over 1 year ago
- 2 comments
#5318 - 我们的技术派开源项目也使用了 MyBatis-Plus,不知道能否入选Projects Using MyBatis-Plus
Issue -
State: closed - Opened by itwanger over 1 year ago
- 1 comment
#5318 - 我们的技术派开源项目也使用了 MyBatis-Plus,不知道能否入选Projects Using MyBatis-Plus
Issue -
State: closed - Opened by itwanger over 1 year ago
- 1 comment
#5318 - 我们的技术派开源项目也使用了 MyBatis-Plus,不知道能否入选Projects Using MyBatis-Plus
Issue -
State: closed - Opened by itwanger over 1 year ago
- 1 comment
#5318 - 我们的技术派开源项目也使用了 MyBatis-Plus,不知道能否入选Projects Using MyBatis-Plus
Issue -
State: closed - Opened by itwanger over 1 year ago
- 1 comment
#5317 - LambdaQueryWrapper的orderBy()
Issue -
State: open - Opened by liuyuan-1024 over 1 year ago
- 2 comments
#5317 - LambdaQueryWrapper的orderBy()
Issue -
State: open - Opened by liuyuan-1024 over 1 year ago
- 2 comments
#5317 - LambdaQueryWrapper的orderBy()
Issue -
State: open - Opened by liuyuan-1024 over 1 year ago
- 2 comments
#5317 - LambdaQueryWrapper的orderBy()
Issue -
State: open - Opened by liuyuan-1024 over 1 year ago
- 2 comments
#5316 - 没有查询数据库,日志中却有 SQL查询语句输出,在这里找大神帮忙解答下
Issue -
State: closed - Opened by zhangyuanlin666 over 1 year ago
- 1 comment
#5316 - 没有查询数据库,日志中却有 SQL查询语句输出,在这里找大神帮忙解答下
Issue -
State: closed - Opened by zhangyuanlin666 over 1 year ago
- 1 comment
#5315 - 当使用Cursor游标查询作为返回结果时,插件的beforeQuery不触发,导致无法动态切换表名
Issue -
State: open - Opened by disikoudad over 1 year ago
- 1 comment
Labels: enhancement
#5315 - 当使用Cursor游标查询作为返回结果时,插件的beforeQuery不触发,导致无法动态切换表名
Issue -
State: open - Opened by disikoudad over 1 year ago
- 1 comment
Labels: enhancement
#5315 - 当使用Cursor游标查询作为返回结果时,插件的beforeQuery不触发,导致无法动态切换表名
Issue -
State: open - Opened by disikoudad over 1 year ago
- 1 comment
Labels: enhancement
#5314 - wrapper里,能不能condition判定为false就不执行val中的表达式,还有分页拦截器配置
Issue -
State: closed - Opened by Ouyang-Yu over 1 year ago
- 1 comment
#5314 - wrapper里,能不能condition判定为false就不执行val中的表达式,还有分页拦截器配置
Issue -
State: closed - Opened by Ouyang-Yu over 1 year ago
- 1 comment
#5314 - wrapper里,能不能condition判定为false就不执行val中的表达式,还有分页拦截器配置
Issue -
State: closed - Opened by Ouyang-Yu over 1 year ago
- 2 comments
#5313 - 大概是一个自动填充的问题
Issue -
State: closed - Opened by Greenjiao over 1 year ago
- 1 comment
#5313 - 大概是一个自动填充的问题
Issue -
State: closed - Opened by Greenjiao over 1 year ago
- 1 comment
#5313 - 大概是一个自动填充的问题
Issue -
State: closed - Opened by Greenjiao over 1 year ago
- 1 comment
#5313 - 大概是一个自动填充的问题
Issue -
State: closed - Opened by Greenjiao over 1 year ago
- 1 comment
#5311 - TenantPlugin存在SQL注入漏洞(CVE-2023-25330)
Issue -
State: closed - Opened by ifindya over 1 year ago
- 2 comments