mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 07:56:16 +00:00
2811 - Warning not to use SQLite databases for multi-user purposes added
This commit is contained in:
parent
677cc50ba0
commit
c74855c98e
@ -861,7 +861,7 @@ public class EamDbSettingsDialog extends JDialog {
|
|||||||
*
|
*
|
||||||
* @return true
|
* @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."})
|
"EamDbSettingsDialog.validation.failedConnection=The connection to the database failed. Update the settings and try the Test again."})
|
||||||
private boolean enableTestButton(boolean isValidInput) {
|
private boolean enableTestButton(boolean isValidInput) {
|
||||||
if (selectedPlatform != EamDbPlatformEnum.DISABLED && isValidInput) {
|
if (selectedPlatform != EamDbPlatformEnum.DISABLED && isValidInput) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user