Skip to content
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

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

kqian5
Copy link
Collaborator

@kqian5 kqian5 commented Jun 26, 2018

No description provided.

Statement ex1 = ex.createStatement();
connected = ex1.execute("SELECT 1;");
} catch (SQLException var7) {
System.out.println("Failed to Connect. Will retry");
Copy link
Owner

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.

Copy link
Owner

@ahmetkucuk ahmetkucuk left a 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.

@kqian5
Copy link
Collaborator Author

kqian5 commented Jun 28, 2018

Hmm it seems like my eclipse autoformatter has different settings. Okay I will fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants