Browse Source

Merge pull request #98 in DESIGN/design from ~NEIL/design-10:feature/10.0 to feature/10.0

* commit '3511fcf79061aa0fabfecc00a6691539cdc72a5e':
  无JIRA任务,改下SQLite默认路径
master
superman 6 years ago
parent
commit
165106227c
  1. 2
      designer-base/src/com/fr/design/data/datapane/connect/JDBCDefPane.java

2
designer-base/src/com/fr/design/data/datapane/connect/JDBCDefPane.java

@ -54,7 +54,7 @@ public class JDBCDefPane extends JPanel {
jdbcMap.put("Access", new DriverURLName[]{new DriverURLName("sun.jdbc.odbc.JdbcOdbcDriver", "jdbc:odbc:Driver={Microsoft Access Driver (*.mdb, *.accdb)};DBQ=")});
jdbcMap.put("Derby", new DriverURLName[]{new DriverURLName("org.apache.derby.jdbc.ClientDriver", "jdbc:derby://localhost:1527/")});
jdbcMap.put("Postgre", new DriverURLName[]{new DriverURLName("org.postgresql.Driver", "jdbc:postgresql://localhost:5432/")});
jdbcMap.put("SQLite", new DriverURLName[]{new DriverURLName("org.sqlite.JDBC", "jdbc:sqlite://${ENV_HOME}/../FRDemo.db")});
jdbcMap.put("SQLite", new DriverURLName[]{new DriverURLName("org.sqlite.JDBC", "jdbc:sqlite://${ENV_HOME}/../help/FRDemo.db")});
}
private UIButton dbtypeButton;

Loading…
Cancel
Save