WinterG26

Results 7 issues of WinterG26

**Describe the problem**: When i type in chinese input mode such as "ls". It shows "l s"(there is a space between letters according to the pinyin) with a candidate box...

T: Bug

对于中英混合变量名【T中文AB】,在类似以下输入方式时均无法触发补全: 【ZW】:拼音首字母大写 【zwA】或【Tzw】:拼音首字母与英文的混合 【ZWA】或【TZW】:拼音首字母与英文的混合 希望可以增加对于大写和中英混合时的支持。

bug
建议

希望增加自动生成构造方法入参对象转换至当前对象的自动生成

类似如下形式,实体类从一个父类继承,并且基类中包含一些字段,使用QueryWrapper的Lambda查询时,生成的where语句中会包含实体类的父类作为表名,哪怕实体类的父类是抽象类且没有@Table注解 ```java public abstract class BaseMarketData extends BaseModel { @Id private Long id; @Column("标识") private String identifier; @Column("时间") private LocalDateTime time; @Column("数据") private String data; } @Table("数据_其他指标") public class OtherMarketData...

比如MySQL已经支持JSON字段并且有相应的JSON函数,希望框架内置的QueryMethods能增加相应的函数调用,例如“JSON_CONTAINS”、"JSON_OVERLAPS"等。 或者作为一个扩展,希望文档增加“如何使用类似的方式调用自定义的数据库函数”,避免手动拼接SQL

**Is your feature request related to a problem? Please describe.** I’m often frustrated when I need to manually implement equality logic for my classes, especially since it involves consistently generating...

### 使用版本: 1.40.0 ### 报错信息: ``` java.lang.NullPointerException: Cannot invoke "java.lang.Boolean.booleanValue()" because the return value of "cn.dev33.satoken.stp.SaLoginModel.getIsWriteHeader()" is null at cn.dev33.satoken.stp.StpLogic.setTokenValue(StpLogic.java:207) at cn.dev33.satoken.stp.StpLogic.setTokenValue(StpLogic.java:172) at cn.dev33.satoken.stp.StpUtil.setTokenValue(StpUtil.java:103) ``` ### 希望结果: 正确的手动给当前会话设置Token值 ### 复现步骤:...