MyBatisCodeHelper-Pro icon indicating copy to clipboard operation
MyBatisCodeHelper-Pro copied to clipboard

Results 271 MyBatisCodeHelper-Pro issues
Sort by recently updated
recently updated
newest added

### 重现步骤(Repeat steps) - 最好提供gif动图(It's best to provide a GIF) - please describe what you were doing when this exception occurred ### 当前使用版本(Current Version) IntelliJ IDEA `2022.2` • Notes plugin...

bug
waiting-for-feedback
3.0.9

Logic SQL: INSERT INTO user ( id, city, name, car_id ) VALUES ( ?, ?, ?, ? ) Actual SQL: sharding-jdbc ::: INSERT INTO user_2 (id, city, name, car_id) VALUES...

waiting-for-feedback

希望可以提供接口前缀和mapperxml 后缀名修改的方法 如 IDeviceDao.java DeviceMapper.xml

enhancement

### 重现步骤(Repeat steps) - 最好提供gif动图(It's best to provide a GIF) - please describe what you were doing when this exception occurred ### 当前使用版本(Current Version) IntelliJ IDEA `2022.1.3` • Notes plugin...

bug
waiting-for-feedback
3.0.7

### 重现步骤(Repeat steps) - 最好提供gif动图(It's best to provide a GIF) - please describe what you were doing when this exception occurred ### 当前使用版本(Current Version) IntelliJ IDEA `2022.1.2` • Notes plugin...

waiting-for-feedback
3.0.7

### 重现步骤(Repeat steps) - 最好提供gif动图(It's best to provide a GIF) - please describe what you were doing when this exception occurred ### 当前使用版本(Current Version) IntelliJ IDEA `2022.1.4` • Notes plugin...

waiting-for-feedback

当前较普遍的数据库设计规范都是字段需要NOT NULL DEFAULT xxx,在这种设计规范下批量插入就有局限性,想要调用批量插入就必须在Java代码中手动将value为数据库设置的字段默认值再set进insert的实体内,操作属实多余,建议在批量插入的value部分添加IFNULL判断

enhancement

有时候并不想额外引入PageHelper,旧版offset+limit的分页方式能否作为备选

多了一个基类名称 ` @Mapper public interface SiteRainfallRealtimeMapper extends BaseMapper, BaseMapper { } `

waiting-for-feedback

我的SQL语句是这个样子的,其中包含了mark列,但是插件会提示没有mark列 ```sql WITH temp AS ( SELECT tci.category_id, IFNULL(interested, 0) AS interested, row_number() over ( PARTITION BY interested ORDER BY index_b DESC ) AS rn FROM tbl_category_info tci LEFT OUTER...

enhancement
3.0.7