Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Fix port script #2577

Merged
merged 1 commit into from
Oct 26, 2017
Merged

Fix port script #2577

merged 1 commit into from
Oct 26, 2017

Conversation

erikjohnston
Copy link
Member

We changed _simple_update_one_txn to use _simple_update_txn but didn't
yank it out in the port script.

Fixes #2565

We changed _simple_update_one_txn to use _simple_update_txn but didn't
yank it out in the port script.

Fixes #2565
Copy link
Member

@richvdh richvdh left a comment

Choose a reason for hiding this comment

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

fine, I suppose. We really ought to factor out the base things to a mixin, or something.

@@ -112,6 +112,7 @@ class Store(object):

_simple_update_one = SQLBaseStore.__dict__["_simple_update_one"]
Copy link
Member

Choose a reason for hiding this comment

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

this is redundant, fwiw

Copy link
Member

Choose a reason for hiding this comment

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

I'm a crank

@@ -112,6 +112,7 @@ class Store(object):

_simple_update_one = SQLBaseStore.__dict__["_simple_update_one"]
_simple_update_one_txn = SQLBaseStore.__dict__["_simple_update_one_txn"]
Copy link
Member

Choose a reason for hiding this comment

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

likewise

Copy link
Member Author

Choose a reason for hiding this comment

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

It gets used as well in the script?

Copy link
Member

Choose a reason for hiding this comment

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

I'm a crank. ignore me.

@richvdh richvdh assigned erikjohnston and unassigned richvdh Oct 26, 2017
@erikjohnston erikjohnston merged commit 4ea882e into develop Oct 26, 2017
@erikjohnston erikjohnston deleted the erikj/fix_port branch January 18, 2018 13:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants