-
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
Add missing indexes #93
Conversation
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.
More contingency wrangling! Looks good to me.
This operation's class is identical to DropConstraintOp except for | ||
class method names which become operation names. The new names dispatch | ||
to the old names. | ||
""" |
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.
I don't understand the role of the "old names" or "legacy names" in this operation. That may just be my lack of context.
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.
I don't either. I am reusing the considerable boilerplate in the parent class, and this is how operation methods are declared. The reasons are doubtless deep in the development history of Alembic. All I am really doing is renaming a function, and I am copying the way its delegate is declared in the parent class.
ORM declarations for tables. | ||
|
||
Notes: | ||
|
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.
👍
Resolves #91
Also corrects a bug in the definition of ORM class
StationObservationStats
.