Missing 'autogen_context' param in alembic.autogenerate._render_check_constraint. #26
Labels
Comments
Changes by Stefano (@stefanofontanelli):
|
Michael Bayer (@zzzeek) wrote: thanks for the patch, that is [[https://bitbucket.org/zzzeek/alembic/changeset/e1fde1031ddbc0ee3bdd38082a14542881be3db5|e1fde1031ddbc0ee3bdd38082a14542881be3db5]], I'll put a release out. |
Changes by Michael Bayer (@zzzeek):
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Migrated issue, originally created by Stefano (@stefanofontanelli)
I got the error below when I try to run:
I checked the code: missing 'autogen_context' param in alembic.autogenerate._render_check_constraint.
I attached a patch which adds the missing parameter in the function signature.
Attachments: fix_render_check_constraint.patch
The text was updated successfully, but these errors were encountered: