新一代国产 ORM 框架,sagacity-sqltoy-5.2.39 发版
开源地址: github:https://github.com/sagframe/sagacity-sqltoy gitee:https://gitee.com/sagacity/sagacity-sqltoy idea 插件 (可直接在 idea 中检索安装):https://github.com/threefish/sqltoy-idea-plugins 更新内容 1、强化接口参数合法性校验2、修复unifyFieldsHandler未配置场景下产生的NullPointException 3、完善SqlInterceptor,为开发者提供特定场景下进行执行干预提供条件 4、优化sql语句中查询条件参数值为null场景的处理 select * from table where t.field<>? and t.field1=? -- 参数值为null select * from table where t.field is not null and t.field1 is null -- 如刻意需要field=null select * from table...