2811 - Warning not to use SQLite databases for multi-user purposes added

This commit is contained in:
William Schaefer 2017-07-10 18:08:39 -04:00
parent 677cc50ba0
commit c74855c98e

View File

@ -861,7 +861,7 @@ public class EamDbSettingsDialog extends JDialog {
*
* @return true
*/
@Messages({"EamDbSettingsDialog.validation.mustTest=Once you are statisfied with the database settings, click the Test button to test the database connection, settings, and schema.",
@Messages({"EamDbSettingsDialog.validation.mustTest=Once you are statisfied with the database settings, click the Test button to test the database connection, settings, and schema. SQLite should only be used for single user cases.",
"EamDbSettingsDialog.validation.failedConnection=The connection to the database failed. Update the settings and try the Test again."})
private boolean enableTestButton(boolean isValidInput) {
if (selectedPlatform != EamDbPlatformEnum.DISABLED && isValidInput) {