1 parent 805595e commit 871c0e2Copy full SHA for 871c0e2
1 file changed
src/main/java/org/utplsql/cli/datasource/TestedDataSourceProvider.java
@@ -46,7 +46,7 @@ public DataSource getDataSource() throws SQLException {
46
return ds;
47
}
48
49
- private void setThickOrThinJdbcUrl(OracleDataSource ds) throws SQLException {
+ private void setThickOrThinJdbcUrl(InitializableOracleDataSource ds) throws SQLException {
50
List<String> errors = new ArrayList<>();
51
Throwable lastException = null;
52
0 commit comments