Skip to content

5.6.10 修复5.6.5 spring aot引发的sql资源文件加载错误,完成AOT的全面验证

Compare
Choose a tag to compare
@chenrenfei chenrenfei released this 20 May 21:36
· 178 commits to 5.6 since this release

1、修复5.6.5 版本引入spring aot时产生的sql文件加载错误(springboot2.x\3.x 都已经验证)
2、优化oracle timestamp类型转localDateTime精度丢失问题(5.6.7版本)
3、修复不同数据库函数自适应中的ToChar函数,只有一个参数:to-char(field)场景时处理缺陷(5.6.7版本)

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

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

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