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

migrated to sqlalchemy-based db (DM-3511) #9

Merged
merged 1 commit into from Sep 23, 2015
Merged

Conversation

jbecla
Copy link
Contributor

@jbecla jbecla commented Sep 22, 2015

No description provided.

@@ -247,12 +249,12 @@ def addInstitution(self, name):

@param name the name
"""
db = Db(read_default_file=self._msMysqlAuthF)
ret = db.execCommand1(
conn = getEngineFromFile(self._msMysqlAuthF)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would prefer we call this engine and not connection so it's clear what we're dealing with.

@jbecla jbecla merged commit e854f8d into master Sep 23, 2015
@ktlim ktlim deleted the tickets/DM-3511 branch August 25, 2018 06:44
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.

None yet

3 participants