Merge branch '2.0.x'
This commit is contained in:
@@ -79,7 +79,6 @@ public class LiquibaseEndpointTests {
|
||||
|
||||
private boolean getAutoCommit(DataSource dataSource) throws SQLException {
|
||||
try (Connection connection = dataSource.getConnection()) {
|
||||
System.out.println(connection);
|
||||
return connection.getAutoCommit();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user