1
mirror of https://github.com/CarmJos/EasySQL.git synced 2024-09-19 21:35:47 +00:00

[0.3.8] 执行相关优化

- 优化部分调用,替换制表符为空格。
- 补充残缺的 Objects.requireNonNull();
- 对于SQLQuery的auto-close额外判断ResultSet、Statement与Connection是否已关闭,避免重复关闭报错。
This commit is contained in:
Carm Jos 2022-02-21 20:56:51 +08:00
parent 68b5d071ae
commit 962da8f6a1
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>easysql-parent</artifactId>
<groupId>cc.carm.lib</groupId>
<version>0.3.7</version>
<version>0.3.8</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@ -19,7 +19,7 @@
<maven.deploy.skip>true</maven.deploy.skip>
</properties>
<artifactId>easysql-test</artifactId>
<artifactId>easysql-tester</artifactId>
<name>EasySQL-Test</name>
<description>EasySQL的测试代码</description>

View File

@ -26,7 +26,7 @@
<module>with-pool/easysql-beecp</module>
<module>with-pool/easysql-hikaricp</module>
<module>example/easysql-demo</module>
<module>example/easysql-test</module>
<module>example/easysql-tester</module>
</modules>