Skip to content

5.2.74 修复gaussdb sequence主键策略下缺陷

Compare
Choose a tag to compare
@chenrenfei chenrenfei released this 25 Oct 14:48
· 148 commits to 5.2 since this release
e15c480

1、修复gaussdb sequence主键策略下缺陷
2、去除SqlUtil中针对sql中部分特殊符号全角转半角的处理
3、分页优化增加了skip-zero-count="true"(默认false)参数,便于缓存中总记录为0时可重新查询获取count
感谢@郁晨 反馈

5.3.47 同步发版

<dependency>
	<groupId>com.sagframe</groupId>
	<artifactId>sagacity-sqltoy</artifactId>
	<version>5.2.74</version>
</dependency>
<dependency>
	<groupId>com.sagframe</groupId>
	<artifactId>sagacity-sqltoy-starter</artifactId>
	<version>5.2.74</version>
</dependency>