-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Db prefs documentation #18
base: master
Are you sure you want to change the base?
Conversation
src/main/java/common/db/DBPrefs.java
Outdated
Statement ex1 = ex.createStatement(); | ||
connected = ex1.execute("SELECT 1;"); | ||
} catch (SQLException var7) { | ||
System.out.println("Failed to Connect. Will retry"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you have better error messages for all of these exception messages? Retry in X seconds etc.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please keep formatting. Seems like you changed spaces with tabs.
Hmm it seems like my eclipse autoformatter has different settings. Okay I will fix. |
No description provided.