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

correct reference to materialize_transactions in with_trilogy_connection #61

Merged

Conversation

dhruvCW
Copy link
Contributor

@dhruvCW dhruvCW commented Aug 15, 2023

inside the method we need to be explicit that we are calling materialize_transactions the method and not materialize_transactions the keyword argument.

this fixes #60

inside the method we need to be explicit that we are calling
`materialize_transactions` the method and not `materialize_transactions`
the keyword argument.
@dhruvCW
Copy link
Contributor Author

dhruvCW commented Aug 15, 2023

cc @bensheldon & @lorint

@dhruvCW
Copy link
Contributor Author

dhruvCW commented Aug 23, 2023

gentle bump @bensheldon, anything I might be missing to merge this ?

Copy link
Collaborator

@lorint lorint left a comment

Choose a reason for hiding this comment

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

Yes, you are correct!

@bensheldon bensheldon merged commit 9a9ca6f into trilogy-libraries:main Aug 28, 2023
@bensheldon bensheldon added the bug Something isn't working label Aug 28, 2023
@bensheldon
Copy link
Contributor

Thank you for the PR! This fix has been released: https://github.com/trilogy-libraries/activerecord-trilogy-adapter/releases/tag/v3.1.2

@dhruvCW dhruvCW deleted the fix_materialize_transactions branch August 28, 2023 18:36
@lorint
Copy link
Collaborator

lorint commented Aug 28, 2023

@dhruvCW - Thank you very much for helping to make Trilogy everything that it is. For the encouragement early-on some months ago when these things were forming. For your continued involvement.

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

with_trilogy_connection: materialize_transactions method is overshadowed by the keyword argument.
3 participants