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

Implement ExecuteSQLOp.to_diff_tuple, fixes #1335 #1336

Closed

Conversation

BayerSe
Copy link
Contributor

@BayerSe BayerSe commented Oct 24, 2023

Description

This implements ExecuteSQLOp.to_diff_tuple, which is necessary when custom SQL statements are added to the diff stream via some hook.

Checklist

This pull request is:

  • A documentation / typographical error fix
    • Good to go, no issue or tests are needed
  • A short code fix
    • please include the issue number, and create an issue if none exists, which
      must include a complete example of the issue. one line code fixes without an
      issue and demonstration will not be accepted.
    • Please include: Fixes: #<issue number> in the commit message
    • please include tests. one line code fixes without tests will not be accepted.
  • A new feature implementation
    • please include the issue number, and create an issue if none exists, which must
      include a complete example of how the feature would look.
    • Please include: Fixes: #<issue number> in the commit message
    • please include tests.

Have a nice day!

Sebastian Bayer (AE/MFD2-SO) and others added 2 commits October 24, 2023 16:37
This implements ExecuteSQLOp.to_diff_tuple, which is necessary when custom SQL statements are added to the diff stream via some hook.
@zzzeek zzzeek requested a review from sqla-tester October 24, 2023 18:40
Copy link
Collaborator

@sqla-tester sqla-tester left a comment

Choose a reason for hiding this comment

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

OK, this is sqla-tester setting up my work on behalf of zzzeek to try to get revision 4ec6638 of this pull request into gerrit so we can run tests and reviews and stuff

@sqla-tester
Copy link
Collaborator

New Gerrit review created for change 4ec6638: https://gerrit.sqlalchemy.org/c/sqlalchemy/alembic/+/4914

@zzzeek
Copy link
Member

zzzeek commented Oct 24, 2023

great, looks like you filled out the whole format/changelog, thanks

@zzzeek
Copy link
Member

zzzeek commented Oct 25, 2023

this is currently failing CI for a few small reasons - are you able to check out the failures for SQLA 1.3 and pep8 over at https://gerrit.sqlalchemy.org/c/sqlalchemy/alembic/+/4914 on the left side?

@BayerSe
Copy link
Contributor Author

BayerSe commented Oct 26, 2023

@zzzeek should be fixed now, can you please trigger another CI run?

@zzzeek zzzeek requested a review from sqla-tester October 26, 2023 13:18
Copy link
Collaborator

@sqla-tester sqla-tester left a comment

Choose a reason for hiding this comment

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

OK, this is sqla-tester setting up my work on behalf of zzzeek to try to get revision c5e217e of this pull request into gerrit so we can run tests and reviews and stuff

@sqla-tester
Copy link
Collaborator

Patchset c5e217e added to existing Gerrit review https://gerrit.sqlalchemy.org/c/sqlalchemy/alembic/+/4914

@sqla-tester
Copy link
Collaborator

Gerrit review https://gerrit.sqlalchemy.org/c/sqlalchemy/alembic/+/4914 has been merged. Congratulations! :)

@BayerSe BayerSe deleted the implement-executesqlop-to_diff_tuple branch October 26, 2023 14:49
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.

3 participants