|
|
@ -511,7 +511,6 @@ public class JDBCDefPane extends JPanel { |
|
|
|
this.dbtypeComboBox.setSelectedItem(OTHER_DB); |
|
|
|
this.dbtypeComboBox.setSelectedItem(OTHER_DB); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
this.jdbcDatabase.setIdentity(jdbcDatabase.getIdentity()); |
|
|
|
|
|
|
|
// jdbcDatabase.getDriverSource() 只会是空或者是有值,但是为了保险起见,还是应该做个处理
|
|
|
|
// jdbcDatabase.getDriverSource() 只会是空或者是有值,但是为了保险起见,还是应该做个处理
|
|
|
|
String driverSource = jdbcDatabase.getDriverSource(); |
|
|
|
String driverSource = jdbcDatabase.getDriverSource(); |
|
|
|
if (driverSource == null) { |
|
|
|
if (driverSource == null) { |
|
|
|