|
|
|
@ -23,7 +23,6 @@ import com.fr.event.EventDispatcher;
|
|
|
|
|
import com.fr.general.NameObject; |
|
|
|
|
import com.fr.license.database.DBTypes; |
|
|
|
|
import com.fr.license.database.DataBaseTypePointManager; |
|
|
|
|
import com.fr.license.exception.DataBaseNotSupportedException; |
|
|
|
|
import com.fr.log.FineLoggerFactory; |
|
|
|
|
import com.fr.report.LockItem; |
|
|
|
|
import com.fr.stable.ArrayUtils; |
|
|
|
@ -309,7 +308,8 @@ public class ConnectionListPane extends JListControlPane implements ConnectionSh
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
if (!notSupportedConnections.isEmpty()) { |
|
|
|
|
throw new DataBaseNotSupportedException(notSupportedConnections, supportedDatabaseTypes); |
|
|
|
|
// 不再支持
|
|
|
|
|
// throw new DataBaseNotSupportedException(notSupportedConnections, supportedDatabaseTypes);
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|