DatabaseManager.java (hsqldb-2.6.0) | : | DatabaseManager.java (hsqldb-2.6.1) | ||
---|---|---|---|---|
skipping to change at line 124 | skipping to change at line 124 | |||
+ ".Transfer"); | + ".Transfer"); | |||
TT_AVAILABLE = true; | TT_AVAILABLE = true; | |||
} catch (Throwable t) {} | } catch (Throwable t) {} | |||
} | } | |||
private static final String HELP_TEXT = | private static final String HELP_TEXT = | |||
"See the forums, mailing lists, and HSQLDB User Guide\n" | "See the forums, mailing lists, and HSQLDB User Guide\n" | |||
+ "at http://hsqldb.org.\n\n" | + "at http://hsqldb.org.\n\n" | |||
+ "Please paste the following version identifier with any\n" | + "Please paste the following version identifier with any\n" | |||
+ "problem reports or help requests: $Revision: 6266 $" | + "problem reports or help requests: $Revision: 6351 $" | |||
+ (TT_AVAILABLE ? "" | + (TT_AVAILABLE ? "" | |||
: ("\n\nTransferTool classes are not in CLASSPATH.\n" | : ("\n\nTransferTool classes are not in CLASSPATH.\n" | |||
+ "To enable the Tools menu, add 'transfer.jar' to yo ur class path.")); | + "To enable the Tools menu, add 'transfer.jar' to yo ur class path.")); | |||
; | ; | |||
private static final String ABOUT_TEXT = | private static final String ABOUT_TEXT = | |||
"$Revision: 6266 $ of DatabaseManager\n\n" | "$Revision: 6351 $ of DatabaseManager\n\n" | |||
+ "Copyright (c) 1995-2000, The Hypersonic SQL Group.\n" | + "Copyright (c) 1995-2000, The Hypersonic SQL Group.\n" | |||
+ "Copyright (c) 2001-2019, The HSQL Development Group.\n" | + "Copyright (c) 2001-2021, The HSQL Development Group.\n" | |||
+ "http://hsqldb.org (User Guide available at this site).\n\n\n" | + "http://hsqldb.org (User Guide available at this site).\n\n\n" | |||
+ "You may use and redistribute according to the HSQLDB\n" | + "You may use and redistribute according to the HSQLDB\n" | |||
+ "license documented in the source code and at the web\n" | + "license documented in the source code and at the web\n" | |||
+ "site above." // | + "site above." // | |||
+ (TT_AVAILABLE ? "\n\nTransferTool options are available." | + (TT_AVAILABLE ? "\n\nTransferTool options are available." | |||
: ""); | : ""); | |||
Connection cConn; | Connection cConn; | |||
DatabaseMetaData dMeta; | DatabaseMetaData dMeta; | |||
Statement sStatement; | Statement sStatement; | |||
Menu mRecent; | Menu mRecent; | |||
End of changes. 3 change blocks. | ||||
3 lines changed or deleted | 3 lines changed or added |