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

Merge db connects #1458

Merged
merged 12 commits into from
May 9, 2016
Merged

Merge db connects #1458

merged 12 commits into from
May 9, 2016

Conversation

connortechnology
Copy link
Member

This PR removes duplicated db connect code.

Because the config loading code happened in a BEGIN statement, it got really complex about what had been required and what hadn't. So made it a sub and added a BEGIN statement to Base, to ensure that things happen in the correct order automatically.

@josh4trunks
Copy link
Contributor

there's also 2 different connections in C++. not sure if it makes sense to consolidate those.

@josh4trunks
Copy link
Contributor

Is this ready for me to apply my changes for correct mysql port/socket parsing?
I noticed the failed tests, but I'm not sure if that means anything.

Thanks

@SteveGilvarry SteveGilvarry merged commit fa91c50 into master May 9, 2016
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.

4 participants