开源地址:
- github: https://github.com/sagframe/sagacity-sqltoy
- gitee: https://gitee.com/sagacity/sagacity-sqltoy
- idea 插件 (可直接在 idea 中检索安装): https://github.com/threefish/sqltoy-idea-plugins
更新内容
1、改进对mysql新驱动cte场景的兼容,with tmp as (),tmp2() 别名不能跟逗号、括号连在一起(连在一起mysql新驱动报错)
2、改进分页查询,采用并行模式时共用单个connection导致资源竞争,改成分别获取connection提升效率
3、增加overPageToFirst(Boolean,默认false)参数设置分页场景下页码超出总页数范围,允许跳到第一页
spring.sqltoyt.overPageToFirst