Skip to content

5.6.33 查询条件in参数值增加去除重复的功能

Compare
Choose a tag to compare
@chenrenfei chenrenfei released this 19 Nov 10:22
· 49 commits to 5.6 since this release
537bf49

1、增强in条件的参数值去重功能
2、sql查询代替group_concat的link功能支持结果类型为HashSet
3、升级solon依赖为3.0.3版本

<!-- 其他非spring框架可以基于sagacity-sqltoy 进行扩展 -->
<dependency>
	<groupId>com.sagframe</groupId>
	<artifactId>sagacity-sqltoy</artifactId>
         <!-- jdk8 对应的版本号为:5.6.33.jre8 -->
	<version>5.6.33</version>
</dependency>

<!-- springboot  -->
<dependency>
	<groupId>com.sagframe</groupId>
	<artifactId>sagacity-sqltoy-spring-starter</artifactId>
         <!-- jdk8 对应的版本号为:5.6.33.jre8 -->
	<version>5.6.33</version>
</dependency>

<!-- solon 插件  -->
<dependency>
	<groupId>com.sagframe</groupId>
	<artifactId>sagacity-sqltoy-solon-plugin</artifactId>
        <!-- jdk8 对应的版本号为:5.6.33.jre8 -->
	<version>5.6.33</version>
</dependency>