sqltoy-orm 5.2.64 发版,JPA+ 最佳 sql 写法!
为什么选择 mybatis?自由的 sql?假设其他一切对等,sqltoy 的 sql 写法是否可以否定掉 mybatis 的写法? 开源地址: github:https://github.com/sagframe/sagacity-sqltoy gitee:https://gitee.com/sagacity/sagacity-sqltoy idea 插件 (可直接在 idea 中检索安装):https://github.com/threefish/sqltoy-idea-plugins sqltoy 脚手架项目:https://gitee.com/momoljw/sss-rbac-admin sqltoy lambda 项目:https://gitee.com/gzghde/sqltoy-plus 更新内容 1、优化@loop在update语句参数为null的场景,之前缺陷是值为null时被转为field is null,正确模式field=null update table set @loop-full(:fields,':fields[i].name=:fields[i]....