mirror of
https://github.com/Wisser/Jailer.git
synced 2026-04-29 19:39:50 -05:00
9.1.7.5
This commit is contained in:
+1
-2
@@ -18,6 +18,5 @@ PostgreSQL;jdbc:postgresql://<HOST>:<PORT>/<DB>;org.postgresql.Driver;lib/postgr
|
||||
Sybase;jdbc:sybase:Tds:<HOST>:<PORT>;com.sybase.jdbc3.jdbc.SybDriver
|
||||
Derby;jdbc:derby://<HOST>:<PORT>/<DB>;org.apache.derby.jdbc.ClientDriver;lib/derbyclient.jar lib/derbytools.jar
|
||||
Derby embedded;jdbc:derby:<DB>;org.apache.derby.jdbc.EmbeddedDriver;lib/derbyclient.jar lib/derbytools.jar
|
||||
SQLite 3.28;jdbc:sqlite:<file>;org.sqlite.JDBC;lib/sqlite-jdbc-3.28.0.jar
|
||||
SQLite 3.21;jdbc:sqlite:<file>;org.sqlite.JDBC;lib/sqlite-jdbc-3.21.0.jar
|
||||
SQLite;jdbc:sqlite:<file>;org.sqlite.JDBC;lib/sqlite-jdbc-3.28.0.jar
|
||||
<other>;
|
||||
|
||||
|
Binary file not shown.
@@ -25,7 +25,7 @@ public class JailerVersion {
|
||||
/**
|
||||
* The Jailer version.
|
||||
*/
|
||||
public static final String VERSION = "9.1.7.4";
|
||||
public static final String VERSION = "9.1.7.5";
|
||||
|
||||
/**
|
||||
* The Jailer working tables version.
|
||||
|
||||
@@ -87,6 +87,7 @@ import javax.swing.table.TableColumnModel;
|
||||
import javax.swing.table.TableModel;
|
||||
|
||||
import org.apache.log4j.Logger;
|
||||
import org.fife.ui.rsyntaxtextarea.RSyntaxTextArea;
|
||||
|
||||
import net.sf.jailer.ExecutionContext;
|
||||
import net.sf.jailer.Jailer;
|
||||
@@ -1260,6 +1261,7 @@ public class UIUtil {
|
||||
protected void onClose() {
|
||||
}
|
||||
};
|
||||
new RSyntaxTextArea();
|
||||
} catch (Throwable t) {
|
||||
// ignore
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user