Fechando o resultset

master
Gleimar Botelho Baleeiro 2023-07-07 10:10:54 -03:00
parent f544958d7b
commit 3511f214b3
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.7</version> <version>1.6.8</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();
} }
}); });