Fechando o resultset

master
Gleimar Botelho Baleeiro 2023-07-07 10:10:54 -03:00
parent 626e0684a7
commit 68135f2afe
2 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>br.com.rjconsultores</groupId> <groupId>br.com.rjconsultores</groupId>
<artifactId>ModelWeb</artifactId> <artifactId>ModelWeb</artifactId>
<version>1.6.9</version> <version>1.6.10</version>
<distributionManagement> <distributionManagement>
<repository> <repository>
<id>rj-releases</id> <id>rj-releases</id>

View File

@ -46,6 +46,7 @@ public class FlywayUtilHibernateDAO extends GenericHibernateDAO<EsquemaAgrupacio
ls.add(rs.getInt(1) > 0); ls.add(rs.getInt(1) > 0);
} }
rs.close();
} }
}); });